File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ install:
15
15
pip3 install -r requirements.txt
16
16
17
17
serve :
18
- sphinx-autobuild " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) --watch " ../toolbox " --watch " ../*.md " \
18
+ sphinx-autobuild " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) --fail-on-warning --watch " ../toolbox " \
19
19
--pre-build " make problems" --re-ignore " $( PROBLEMSDIR) /*"
20
20
21
21
clean :
Original file line number Diff line number Diff line change 1
- sphinx == 7.1
2
- sphinx-autobuild == 2021.3.14
1
+ sphinx == 7.4
2
+ sphinx-autobuild == 2024.10.3
3
3
sphinx_rtd_theme == 2.0.0
4
- sphinxcontrib-matlabdomain == 0.21.4
4
+ sphinxcontrib-matlabdomain == 0.22.1
5
5
sphinxcontrib-napoleon == 0.7
6
6
sphinx-math-dollar == 1.2.1
7
- sphinxcontrib-bibtex == 2.6.2
7
+ sphinxcontrib-bibtex == 2.6.3
8
8
sphinxcontrib-video == 0.2.1
9
- setuptools == 70.0 .0 # Now required in python 3.12+
9
+ setuptools == 75.1 .0 # Now required in python 3.12+
10
10
myst-parser == 2.0.0
11
- pyyaml == 6.0.1
11
+ pyyaml == 6.0.2
12
12
You can’t perform that action at this time.
0 commit comments