-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Redesign homepage into a landing page for various user profiles #10810
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The index file you created for the tutorials section needs to be added to the toctree for the tutorials section in the root index file. That's why the CI build is failing.
Is there a way to add a page to the toctree without having to link it anywhere? There's already a link to the page, it just happens to be within raw HTML so Sphinx doesn't see it as a valid link. |
I'm not aware of any toctree's in the doc that don't actually show up on some page. If you add it to the toctree of the root index file the page will be visible in the sidebar navigation. |
@Calinou Is this still something you intend to finish? |
Yes, I recall browsing the Sphinx documentation earlier this month and finding a role (or page metadata) that can be used to prevent Sphinx from warning when the page isn't referenced in any toctree. Edit: Added |
33e34fe
to
2c1f4e1
Compare
The landing page was simplified and now points to several home pages.
2c1f4e1
to
334742c
Compare
The landing page was simplified and now points to several home pages.
Preview