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 ab019e0 commit b22539fCopy full SHA for b22539f
Makefile
@@ -25,11 +25,13 @@ watch: clean
25
@echo
26
@echo "Building and watching for changes in the documentation."
27
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" \
28
+ -b html \
29
--ignore='**venv' \
30
--ignore='**.github' \
31
--ignore='*.egg-info' \
32
--ignore='**_includes/**/*.txt' \
- --watch='cwl'
33
+ --watch='cwl' \
34
+ $(SPHINXOPTS) $(O)
35
36
## unittest-examples :
37
unittest-examples:
0 commit comments