File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44# You can set these variables from the command line.
55SPHINXOPTS =
66SPHINXBUILD = sphinx-build
7+ SPHINXAUTOBUILD = sphinx-autobuild
78SOURCEDIR = .
89BUILDDIR = _build
910
1011# Put it first so that "make" without argument is like "make help".
1112help :
1213 @$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
1314
14- .PHONY : help Makefile
15+ .PHONY : help Makefile watch
16+
17+ watch :
18+ @$(SPHINXAUTOBUILD ) " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(0 )
1519
1620# Catch-all target: route all unknown targets to Sphinx using the new
1721# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Original file line number Diff line number Diff line change 11sphinx >= 5.0.0 ,< 6.0.0
2+ sphinx-autobuild == 2024.10.3
23sphinx_rtd_theme >= 1.0.0 ,< 2.0
34myst-parser >= 0.18.0 ,< 1.0
45sphinx-copybutton >= 0.2.11 ,< 1.0
You can’t perform that action at this time.
0 commit comments