Unverified Commit 50082c28 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

sphinxcontrib-spelling has been updated for Sphinx 2.x. remove enforcing to use old version

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