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 aa5a06e commit 0c0b37eCopy full SHA for 0c0b37e
docs/Makefile
@@ -179,8 +179,8 @@ dev:
179
$(MAKE) -j watch serve
180
181
start:
182
- poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} $(O)
+ poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --watch ".." --ignore "../.venv" $(O)
183
184
design:
185
# This adds additional watch directories (for _static file changes) and disable incremental builds
186
- poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --watch "." -a $(O)
+ poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --watch ".." --ignore "../.venv" -a $(O)
0 commit comments