Unverified Commit 30bca9f9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

force loading of Sphinx version 1.7.6 instead of 2.0.0 or later, so the spellchecker keeps working

parent 93f53144
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ $(VENV):
	@( \
		$(VIRTUALENV) -p $(PYTHON) $(VENV); \
		. $(VENV)/bin/activate; \
		pip install Sphinx; \
		pip install Sphinx==1.7.6; \
		deactivate;\
	)