forked from lijiext/lammps
force loading of Sphinx version 1.7.6 instead of 2.0.0 or later, so the spellchecker keeps working
This commit is contained in:
parent
93f531441a
commit
30bca9f91e
|
@ -211,7 +211,7 @@ $(VENV):
|
|||
@( \
|
||||
$(VIRTUALENV) -p $(PYTHON) $(VENV); \
|
||||
. $(VENV)/bin/activate; \
|
||||
pip install Sphinx; \
|
||||
pip install Sphinx==1.7.6; \
|
||||
deactivate;\
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue