We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb7bf2 commit 8c8675cCopy full SHA for 8c8675c
docs/conf.py
@@ -87,7 +87,7 @@ def make_pypi_svg(version: str) -> None:
87
#
88
# This is also used if you do content translation via gettext catalogs.
89
# Usually you set "language" from the command line for these cases.
90
-language = None
+language = "en"
91
92
# List of patterns, relative to source directory, that match files and
93
# directories to ignore when looking for source files.
docs/requirements.txt
@@ -1,7 +1,9 @@
1
# Used by ReadTheDocs; pinned requirements for stability.
2
3
-myst-parser==0.17.2
4
-Sphinx==4.5.0
+myst-parser==0.18.0
+Sphinx==5.0.1
5
+# Older versions break Sphinx even though they're declared to be supported.
6
+docutils==0.18.1
7
sphinxcontrib-programoutput==0.17
8
sphinx_copybutton==0.5.0
-furo==2022.4.7
9
+furo==2022.6.4.1
0 commit comments