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 320008f commit 8659769Copy full SHA for 8659769
Makefile
@@ -11,7 +11,7 @@ init_docs:
11
cd docs; sphinx-quickstart
12
13
docs:
14
- $(MAKE) -C docs html
+ sphinx-build docs docs/html
15
16
install: clean
17
pip install wheel
0 commit comments