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.
2 parents 04dd4f7 + 9950f0e commit 346d5deCopy full SHA for 346d5de
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 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