Skip to content

Commit 6f8df34

Browse files
committed
Update requirements to include new packages
1 parent 8161e8e commit 6f8df34

File tree

3 files changed

+35
-21
lines changed

3 files changed

+35
-21
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
'sphinx_rtd_dark_mode'
3939
]
4040

41+
# user starts in light mode
42+
default_dark_mode = False
43+
4144
# Add any paths that contain templates here, relative to this directory.
4245
#templates_path = ['_templates']
4346

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
sphinx_rtd_theme
2+
sphinx_copybutton
3+
sphinx_rtd_dark_mode

requirements.txt

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,65 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --strip-extras requirements.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
babel==2.14.0
9+
babel==2.17.0
1010
# via sphinx
11-
certifi==2023.11.17
11+
certifi==2025.10.5
1212
# via requests
13-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.4
1414
# via requests
15-
docutils==0.20.1
15+
docutils==0.21.2
1616
# via
1717
# sphinx
1818
# sphinx-rtd-theme
19-
idna==3.6
19+
idna==3.11
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23-
jinja2==3.1.3
23+
jinja2==3.1.6
2424
# via sphinx
25-
markupsafe==2.1.3
25+
markupsafe==3.0.3
2626
# via jinja2
27-
packaging==23.2
27+
packaging==25.0
2828
# via sphinx
29-
pygments==2.17.2
29+
pygments==2.19.2
3030
# via sphinx
31-
requests==2.31.0
31+
requests==2.32.5
3232
# via sphinx
33-
snowballstemmer==2.2.0
33+
roman-numerals-py==3.1.0
3434
# via sphinx
35-
sphinx==7.2.6
35+
snowballstemmer==3.0.1
36+
# via sphinx
37+
sphinx==8.2.3
3638
# via
39+
# sphinx-copybutton
3740
# sphinx-rtd-theme
3841
# sphinxcontrib-jquery
39-
sphinx-rtd-theme==2.0.0
42+
sphinx-copybutton==0.5.2
43+
# via -r requirements.in
44+
sphinx-rtd-dark-mode==1.3.0
4045
# via -r requirements.in
41-
sphinxcontrib-applehelp==1.0.8
46+
sphinx-rtd-theme==3.0.2
47+
# via
48+
# -r requirements.in
49+
# sphinx-rtd-dark-mode
50+
sphinxcontrib-applehelp==2.0.0
4251
# via sphinx
43-
sphinxcontrib-devhelp==1.0.6
52+
sphinxcontrib-devhelp==2.0.0
4453
# via sphinx
45-
sphinxcontrib-htmlhelp==2.0.5
54+
sphinxcontrib-htmlhelp==2.1.0
4655
# via sphinx
4756
sphinxcontrib-jquery==4.1
4857
# via sphinx-rtd-theme
4958
sphinxcontrib-jsmath==1.0.1
5059
# via sphinx
51-
sphinxcontrib-qthelp==1.0.7
60+
sphinxcontrib-qthelp==2.0.0
5261
# via sphinx
53-
sphinxcontrib-serializinghtml==1.1.10
62+
sphinxcontrib-serializinghtml==2.0.0
5463
# via sphinx
55-
urllib3==2.1.0
64+
urllib3==2.5.0
5665
# via requests

0 commit comments

Comments
 (0)