fix bugs in doc makefile

This commit is contained in:
Axel Kohlmeyer
2020-04-05 21:56:55 -04:00
parent 97b11ea746
commit 592a5fac53

View File

@ -194,7 +194,7 @@ $(VENV):
$(VIRTUALENV) -p $(PYTHON) $(VENV); \
. $(VENV)/bin/activate; \
pip install --upgrade pip; \
pip install Sphinx=2.4.4; \
pip install Sphinx==2.4.4; \
pip install sphinxcontrib-spelling ;\
pip install breathe; \
deactivate;\