Skip to content

Commit b22539f

Browse files
kinowmr-c
authored andcommitted
Add SPHINXOPTS to the make watch build
1 parent ab019e0 commit b22539f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ watch: clean
2525
@echo
2626
@echo "Building and watching for changes in the documentation."
2727
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" \
28+
-b html \
2829
--ignore='**venv' \
2930
--ignore='**.github' \
3031
--ignore='*.egg-info' \
3132
--ignore='**_includes/**/*.txt' \
32-
--watch='cwl'
33+
--watch='cwl' \
34+
$(SPHINXOPTS) $(O)
3335

3436
## unittest-examples :
3537
unittest-examples:

0 commit comments

Comments
 (0)