Skip to content

Commit

Permalink
ci: remove versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jun 4, 2024
1 parent d351c67 commit 704f373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
<head>
<title>Page Redirection</title>
<meta charset='UTF-8'>
<meta http-equiv='refresh' content='0; url=latest'>
<script type='text/javascript'>window.location.href = 'latest'</script>
<meta http-equiv='refresh' content='0; url='>
<script type='text/javascript'>window.location.href = ''</script>
</head>
<body>
You are being redirected. If this does not work, click <a href='latest'>this link</a>
You are being redirected. If this does not work, click <a href=''>this link</a>
</body>
</html>" > Doc/build/html/index.html
Expand Down
4 changes: 0 additions & 4 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@
"source_type": "github",
"source_user": "python",
"source_repo": "cpython",
"current_version": "latest",
"versions": [
("main", "/main"),
],
"version": release,
}

Expand Down

0 comments on commit 704f373

Please sign in to comment.