Skip to content

Commit cc83b59

Browse files
authored
Merge pull request #27895 from dstansby/sidebar-vers
Remove versions from sidebar in docs
2 parents 816f036 + 3a7277d commit cc83b59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ def js_tag_with_cache_busting(js):
547547
html_sidebars = {
548548
"index": [
549549
# 'sidebar_announcement.html',
550-
"sidebar_versions.html",
551550
"cheatsheet_sidebar.html",
552551
"donate_sidebar.html",
553552
],

doc/devel/release_guide.rst

-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ which will copy the built docs over. If this is a final release, link the
443443
rm stable
444444
ln -s 3.7.0 stable
445445

446-
You will need to manually edit :file:`versions.html` to show the released version.
447446
You will also need to edit :file:`sitemap.xml` to include
448447
the newly released version. Now commit and push everything to GitHub ::
449448

0 commit comments

Comments
 (0)