Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation dependencies #3118

Merged
merged 1 commit into from Jun 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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.
Expand Down
8 changes: 5 additions & 3 deletions docs/requirements.txt
@@ -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