Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Fix toc structure in explain/interactive#24187
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 is failing in the docs build, but it looks like we merged some bad markup someplace else? |
The doc failure was introduced in#24157 due to incorrect ReST formatting. For simplicity, I've added a second commit with the fix here. |
I'll self-merge based on@tacaswell's positive review. |
Something went wrong ... Please have a look at my logs. It seems that the branch you are trying to backport to does not exist. |
…187-on-v3.6.xBackport PR#24187 on branch v3.6.x (DOC: Fix toc structure in explain/interactive)
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Closes#22905. Not sure why we had the
.. toctree::
entry there or what sphinx is doing with it. But it's not needed and without it the page becomes a structure leaf like it's sibling pages.