Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464fddb commit 8886290Copy full SHA for 8886290
1 file changed
Makefile
@@ -67,7 +67,7 @@ $(VENV)/bin/activate:
67
68
69
$(VENV)/bin/sphinx-build: $(VENV)/bin/activate
70
- . $(VENV)/bin/activate; python3 -m pip install "sphinx<6" python-docs-theme
+ . $(VENV)/bin/activate; python3 -m pip install "sphinx<5.3" python-docs-theme
71
72
73
$(VENV)/bin/blurb: $(VENV)/bin/activate
0 commit comments