Skip to content

Commit 55c66bf

Browse files
committed
Allow make livehtml to watch for changes in tests/
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
1 parent 4755066 commit 55c66bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAKEDIR := $(dir $(lastword $(MAKEFILE_LIST)))
66
# You can set these variables from the command line.
77
SPHINXOPTS =
88
SPHINXBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-build
9-
SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild
9+
SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild --watch $(MAKEDIR)../tests
1010
SPHINXPROJ = SymbiFlowV2X
1111
SOURCEDIR = .
1212
BUILDDIR = _build

0 commit comments

Comments
 (0)