Skip to content

Commit 6f61c1d

Browse files
committed
Switch 3.5 to EOL.
1 parent f9e1344 commit 6f61c1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_docs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def title(self):
105105
# their doc, they don't follow Sphinx deprecations.
106106
VERSIONS = [
107107
Version("2.7", "2.7", "EOL", sphinx_version="2.3.1"),
108-
Version("3.5", "3.5", "security-fixes", sphinx_version="1.8.4"),
108+
Version("3.5", "3.5", "EOL", sphinx_version="1.8.4"),
109109
Version("3.6", "3.6", "security-fixes", sphinx_version="2.3.1"),
110110
Version("3.7", "3.7", "security-fixes", sphinx_version="2.3.1"),
111111
Version("3.8", "3.8", "stable", sphinx_version="2.4.4"),
@@ -426,6 +426,8 @@ def build_one(
426426
"-D gettext_compact=0",
427427
)
428428
)
429+
if version.status == "EOL":
430+
sphinxopts.append("-D html_context.outdated=1")
429431
git_clone("https://github.com/python/cpython.git", checkout, version.branch)
430432
maketarget = (
431433
"autobuild-"

0 commit comments

Comments
 (0)