Skip to content

Commit 8c8675c

Browse files
authored
Update documentation dependencies (#3118)
Furo, myst-parser, and Sphinx (had to pin docutils due to sphinx breakage)
1 parent 4bb7bf2 commit 8c8675c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def make_pypi_svg(version: str) -> None:
8787
#
8888
# This is also used if you do content translation via gettext catalogs.
8989
# Usually you set "language" from the command line for these cases.
90-
language = None
90+
language = "en"
9191

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

docs/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Used by ReadTheDocs; pinned requirements for stability.
22

3-
myst-parser==0.17.2
4-
Sphinx==4.5.0
3+
myst-parser==0.18.0
4+
Sphinx==5.0.1
5+
# Older versions break Sphinx even though they're declared to be supported.
6+
docutils==0.18.1
57
sphinxcontrib-programoutput==0.17
68
sphinx_copybutton==0.5.0
7-
furo==2022.4.7
9+
furo==2022.6.4.1

0 commit comments

Comments
 (0)