File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
# You can set these variables from the command line.
5
5
SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
+ SPHINXAUTOBUILD = sphinx-autobuild
7
8
SOURCEDIR = .
8
9
BUILDDIR = _build
9
10
10
11
# Put it first so that "make" without argument is like "make help".
11
12
help :
12
13
@$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
13
14
14
- .PHONY : help Makefile
15
+ .PHONY : help Makefile watch
16
+
17
+ watch :
18
+ @$(SPHINXAUTOBUILD ) " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(0 )
15
19
16
20
# Catch-all target: route all unknown targets to Sphinx using the new
17
21
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Original file line number Diff line number Diff line change 1
1
sphinx >= 5.0.0 ,< 6.0.0
2
+ sphinx-autobuild == 2024.10.3
2
3
sphinx_rtd_theme >= 1.0.0 ,< 2.0
3
4
myst-parser >= 0.18.0 ,< 1.0
4
5
sphinx-copybutton >= 0.2.11 ,< 1.0
You can’t perform that action at this time.
0 commit comments