Skip to content

Commit d38b9d6

Browse files
authored
Update sphinx version for CI to pass on main (#854)
1 parent 5757d9f commit d38b9d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#
5959
# This is also used if you do content translation via gettext catalogs.
6060
# Usually you set "language" from the command line for these cases.
61-
language = None
61+
language = "en"
6262

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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip
2-
docutils==0.16
3-
sphinx==4.3.2
4-
sphinx-tabs
2+
docutils==0.18.1
3+
sphinx>=5.0.0
4+
sphinx-tabs==3.4.4
55
sphinx-multiversion
66
sphinx-rtd-theme
77
sphinx-copybutton

0 commit comments

Comments
 (0)