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 4755066 commit 55c66bfCopy full SHA for 55c66bf
1 file changed
docs/Makefile
@@ -6,7 +6,7 @@ MAKEDIR := $(dir $(lastword $(MAKEFILE_LIST)))
6
# You can set these variables from the command line.
7
SPHINXOPTS =
8
SPHINXBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-build
9
-SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild
+SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild --watch $(MAKEDIR)../tests
10
SPHINXPROJ = SymbiFlowV2X
11
SOURCEDIR = .
12
BUILDDIR = _build
0 commit comments