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 7ee65fc + 8886290 commit f75093fCopy full SHA for f75093f
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