Skip to content

Commit 1ebd3d4

Browse files
Update python dependency versions
1 parent a9954ea commit 1ebd3d4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
pip3 install -r requirements.txt
1616

1717
serve:
18-
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --watch "../toolbox" --watch "../*.md" \
18+
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --fail-on-warning --watch "../toolbox" \
1919
--pre-build "make problems" --re-ignore "$(PROBLEMSDIR)/*"
2020

2121
clean:

docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
sphinx==7.1
2-
sphinx-autobuild==2021.3.14
1+
sphinx==7.4
2+
sphinx-autobuild==2024.10.3
33
sphinx_rtd_theme==2.0.0
4-
sphinxcontrib-matlabdomain==0.21.4
4+
sphinxcontrib-matlabdomain==0.22.1
55
sphinxcontrib-napoleon==0.7
66
sphinx-math-dollar==1.2.1
7-
sphinxcontrib-bibtex==2.6.2
7+
sphinxcontrib-bibtex==2.6.3
88
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+
1010
myst-parser==2.0.0
11-
pyyaml==6.0.1
11+
pyyaml==6.0.2
1212

0 commit comments

Comments
 (0)