Skip to content

Commit 32f97d5

Browse files
committed
Upgrade Sphinx to the latest version
Also, only pin direct dependencies.
1 parent 36461f0 commit 32f97d5

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#
6969
# This is also used if you do content translation via gettext catalogs.
7070
# Usually you set "language" from the command line for these cases.
71-
language = None
71+
language = 'en'
7272

7373
# List of patterns, relative to source directory, that match files and
7474
# directories to ignore when looking for source files.

docs/requirements.txt

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,2 @@
1-
alabaster==0.7.13
2-
Babel==2.13.0
3-
certifi>=2023.7.22
4-
charset-normalizer==3.3.0
5-
docutils==0.16
6-
idna==3.4
7-
imagesize==1.4.1
8-
Jinja2==3.0.3
9-
MarkupSafe==2.1.3
10-
packaging==23.2
11-
Pygments==2.16.1
12-
requests>=2.31.0
13-
snowballstemmer==2.2.0
14-
Sphinx==3.5.4
1+
Sphinx==7.2.6
152
sphinx-rtd-theme==1.3.0
16-
sphinxcontrib-applehelp==1.0.4
17-
sphinxcontrib-devhelp==1.0.2
18-
sphinxcontrib-htmlhelp==2.0.1
19-
sphinxcontrib-jquery==4.1
20-
sphinxcontrib-jsmath==1.0.1
21-
sphinxcontrib-qthelp==1.0.3
22-
sphinxcontrib-serializinghtml==1.1.5
23-
urllib3==2.0.6

0 commit comments

Comments
 (0)