Skip to content

Remove versions from sidebar in docs #27895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def js_tag_with_cache_busting(js):
html_sidebars = {
"index": [
# 'sidebar_announcement.html',
"sidebar_versions.html",
"cheatsheet_sidebar.html",
"donate_sidebar.html",
],
Expand Down
1 change: 0 additions & 1 deletion doc/devel/release_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ which will copy the built docs over. If this is a final release, link the
rm stable
ln -s 3.7.0 stable

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

Expand Down