File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,10 @@ dev:
179
179
$(MAKE ) -j watch serve
180
180
181
181
start :
182
- poetry run sphinx-autobuild " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) --port ${HTTP_PORT} --watch " .. " --ignore " ../.venv " $(O )
182
+ poetry run sphinx-autobuild " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) --port ${HTTP_PORT} $(O )
183
183
184
184
design :
185
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 " .." --ignore " ../.venv" -a $(O )
186
+ poetry run sphinx-autobuild " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) --port ${HTTP_PORT} \
187
+ --watch " .." --ignore " ../.*" --ignore " _build" -a \
188
+ $(O )
You can’t perform that action at this time.
0 commit comments