gh-150693: Combine docs sections for external resources - #150694
Conversation
Documentation build overview
|
|
@miameows Hi! Would you like to update this to re-arrange like in #150694 (comment)? |
Sorry for the delay, my life has been a little crazy lately. I will try to get this done this weekend! |
|
@hugovk All done! Please let me know if anything else needs to be fixed. |
|
GH-155275 is a backport of this pull request to the 3.14 branch. |
|
GH-155276 is a backport of this pull request to the 3.15 branch. |
|
GH-155277 is a backport of this pull request to the 3.13 branch. |
|
This has now deployed:
We can see the middle section has updated but the sidebar hasn't:
That's because it turns out the docs server build actually swaps in another sidebar so it can include all the "Docs by version" links: https://github.com/python/docsbuild-scripts/blob/main/templates/indexsidebar.html And look, it has this comment :) {# XXX: many of these should probably be merged in the main docs #}We don't usually backport non-security changes to security branches (3.10-3.12). So let's wrap that final {% if version in ("3.10", "3.11", "3.12") %}
...
{% endif %}And remove or update the comment. @miameows Would you like to open a PR for this in https://github.com/python/docsbuild-scripts? |



This PR removes "Other resources" from the docs sidebar and puts all active links in the front-page section made by #150030. Note that 2 of the links from the sidebar go to the deprecated Python wiki, so I've dropped those entirely.