Skip to content

Commit

Permalink
Update Sphinx version for main branch (3.11) (python#123)
Browse files Browse the repository at this point in the history
It has been updated in Docs/requirements.txt of CPython at 31 of October 2021.
python/cpython@14a4fce
  • Loading branch information
m-aciek authored Feb 8, 2022
1 parent 70beb29 commit a0b22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def current_dev(versions):
Version("3.9", "3.9", "stable", sphinx_version="2.4.4"),
Version("3.10", "3.10", "stable", sphinx_version="3.2.1", sphinxopts=["-j4"]),
Version(
"3.11", "main", "in development", sphinx_version="3.2.1", sphinxopts=["-j4"]
"3.11", "main", "in development", sphinx_version="4.2.0", sphinxopts=["-j4"]
),
]

Expand Down

0 comments on commit a0b22a2

Please sign in to comment.