-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Render titles using section indexes #1302
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
Conversation
Render titles using section indexes
Hi Drak! I think this is a good idea - I've merged it in with some tweaks. We'll have to see how it looks when it's rendered on the site, and then make any visual tweaks from there. One thing that I couldn't get to work was actually bolding the header link, so they're currently at a normal weight. If it's not distinct enough on the site, we can turn the section headers into an actual header, which will be bold (and we can turn into a link). Thanks! |
@weaverryan am sure the CSS can be tweaked in the Sphinx render theme. Waiting for the 3am build :) |
I'm working on making that possible (probably just for English). Do we need to build all branches? or just master? or just 2.0? |
The original change was made in 2.0 so it would be best done in 2.0 so it works all the way up. |
Sorry misread, I think it's safe to make it happen for just English, but it should render all branches. |
ok, the docs are now updated every 15 minutes, and rebuilt from scratch every French night (3AM). See #1328 |
French night? Can't we simply tell that the documentation is rebuilt from scratch everyday at 3 am (Europe/Paris time)? |
I vote for a new Symfony timezone :-P |
This has the advantage to make the index page for each section available (except as an almost hidden navigation at the footer of the first rendered chapter).
Alphabetised the cookbook additionally.