8000
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 b2d5f41 commit 21f0926Copy full SHA for 21f0926
docs/Makefile
@@ -41,7 +41,7 @@ help:
41
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
42
43
clean:
44
- -rm -rf $(BUILDDIR)/*
+ -rm -rf $(BUILDDIR)/* apidocs
45
46
html:
47
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@@ -181,7 +181,7 @@ dev:
181
$(MAKE) -j watch serve
182
183
start:
184
- poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} $(O)
+ poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --ignore "apidocs/*" --ignore "_build/*" $(O)
185
186
design:
187
# This adds additional watch directories (for _static file changes) and disable incremental builds
0 commit comments