Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Docs: Fix build preview banner#104082
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
It's working here too: https://cpython-previews--104082.org.readthedocs.build/en/104082/ Looking at another PR build that is missing the banner:
The RtD build page says:
And looking at the PR, it's from before the#103843 was merged that updated One thing to do though, is backport#103843 to at least 3.11 so we get banners on backport builds too. |
Backport PR:#104083 |
There should be a banner at the top of PR build previews for docs. Here's it working on this branch as a PR on my fork:
But for some reason it's missing for this upstream:
TODO
The code to control this:
cpython/Doc/conf.py
Lines 117 to 124 inf0ad456
Let's start with a draft PR to debug the env vars.