Skip to content
Snippets Groups Projects
Commit ae65d2d2 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

ensure python exec can be config. for gitlab CI

parent e507b87c
No related branches found
No related tags found
1 merge request!15Master
Pipeline #29812 failed
......@@ -62,7 +62,7 @@ test-centos7:
- coverage html
- pip3.6 install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
- cd docs
- make html
- PYTHON=python3.6 make html
artifacts:
paths:
- ippisite/htmlcov
......
......@@ -19,5 +19,5 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXAPI) -o $(SOURCEDIR) $(SPHINXAPISRC)
python ../manage.py graph_models ippidb --dot > source/db.dot
$(PYTHON) ../manage.py graph_models ippidb --dot > source/db.dot
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment