Skip to content
Snippets Groups Projects
Commit bd11479a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

lock the sphinx command to version 1.5.6, since version 1.6.x seems to break...

lock the sphinx command to version 1.5.6, since version 1.6.x seems to break one of the extensions we use
parent 085f3afd
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ $(VENV):
@( \
virtualenv -p $(PYTHON) $(VENV); \
. $(VENV)/bin/activate; \
pip install Sphinx; \
pip install Sphinx==1.5.6; \
pip install sphinxcontrib-images; \
deactivate;\
)
......
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