Update documentation dependencies (#3118)

Furo, myst-parser, and Sphinx (had to pin docutils due to sphinx breakage)
This commit is contained in:
Richard Si 2022-06-11 11:44:01 -04:00 committed by GitHub
parent 4bb7bf2bdc
commit 8c8675c62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -87,7 +87,7 @@ def make_pypi_svg(version: str) -> None:
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

View File

@ -1,7 +1,9 @@
# Used by ReadTheDocs; pinned requirements for stability.
myst-parser==0.17.2
Sphinx==4.5.0
myst-parser==0.18.0
Sphinx==5.0.1
# Older versions break Sphinx even though they're declared to be supported.
docutils==0.18.1
sphinxcontrib-programoutput==0.17
sphinx_copybutton==0.5.0
furo==2022.4.7
furo==2022.6.4.1