Skip to content

Commit 5167437

Browse files
committed
Bump Sphinx to 7.0.0
1 parent 6e27547 commit 5167437

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __getattr__(cls, name):
8282
#
8383
# This is also used if you do content translation via gettext catalogs.
8484
# Usually you set "language" from the command line for these cases.
85-
language = None
85+
language = "en"
8686

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

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpydoc<1.6
2-
sphinx==4.5.0
3-
sphinx_rtd_theme==1.0.0
1+
numpydoc==1.8.0
2+
sphinx==7.0.0
3+
sphinx_rtd_theme==3.0.0
44
readthedocs-sphinx-search==0.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dev = [
2525
"pytest-xdist >= 2.5.0",
2626
"pylint >= 2.13.7",
2727
"black >= 22.3.0",
28-
"sphinx >= 4.5.0",
28+
"sphinx >= 7.0.0",
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)