Unverified Commit 16881606 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

don't need to force version 2.4.4 of sphinx anymore

parent c6fe20d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \
		pip install sphinxcontrib-spelling ;\
		pip install breathe; \
		deactivate;\