forked from lijiext/lammps
lock the sphinx command to version 1.5.6, since version 1.6.x seems to break one of the extensions we use
This commit is contained in:
parent
085f3afdfb
commit
bd11479a16
|
@ -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;\
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue