File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
57sphinxcontrib-programoutput == 0.17
68sphinx_copybutton == 0.5.0
7- furo == 2022.4.7
9+ furo == 2022.6.4.1
You can’t perform that action at this time.
0 commit comments