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 8511fec commit 4c770a0Copy full SHA for 4c770a0
Makefile
@@ -36,7 +36,7 @@ debug: clean
36
37
38
docs: compile
39
- cd docs && sphinx-build -b html . _build/html
+ cd docs && python -m sphinx -b html . _build/html
40
41
42
test:
0 commit comments