From 704f3730e5286c766930b77dedb646a6d33ae63b Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 3 Jun 2024 22:02:49 -0500 Subject: [PATCH] ci: remove versioning --- .github/workflows/docs.yml | 6 +++--- Doc/conf.py | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e168ec50b6..e4452ce56b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,11 +43,11 @@ jobs: Page Redirection - - + + - You are being redirected. If this does not work, click this link + You are being redirected. If this does not work, click this link " > Doc/build/html/index.html diff --git a/Doc/conf.py b/Doc/conf.py index fa479684eb..f4ee779dcf 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -371,10 +371,6 @@ "source_type": "github", "source_user": "python", "source_repo": "cpython", - "current_version": "latest", - "versions": [ - ("main", "/main"), - ], "version": release, }