8000 docs(Makefile): Also scan python · vcs-python/libvcs@0c0b37e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c0b37e

Browse files
committed
docs(Makefile): Also scan python
1 parent aa5a06e commit 0c0b37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ dev:
179179
$(MAKE) -j watch serve
180180

181181
start:
182-
poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} $(O)
182+
poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --watch ".." --ignore "../.venv" $(O)
183183

184184
design:
185185
# 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)
186+
poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} --watch ".." --ignore "../.venv" -a $(O)

0 commit comments

Comments
 (0)
0