Chris h schrieb: > On Sunday 15 March 2009 18:55:11 Georg Brandl wrote: >> Chris h schrieb: >> > Greets: >> > >> > two issues: >> > >> > 1. Started using the sphinxdoc css template and for some reason the right >> > hand boxes all drop to the bottom of the page. Can't seem to find a >> > solution. >> >> Unfortunately, you cannot just exchange default.css for sphinxdoc.css; you >> also need to adapt the generated HTML. I'd advise waiting for the 0.6 >> release, where this is done in a theme and therefore as easy as setting >> ``html_theme = 'sphinxdoc'`` in conf.py. > > So rebuilding the .rst files after setting the html_theme = sphinxdoc.css in > conf.py is not enough?
Caution, there's a difference between html_style (the old way to set a custom stylesheet) and html_theme (the new way to set a whole theme, with stylesheet, templates and so forth). I guess you have set html_style = 'sphinxdoc.css' which is indeed not enough to get the sidebar right. If you need to use sphinxdoc.css with Sphinx < 0.6, look at how the Sphinx docs do it: http://bitbucket.org/birkenfeld/sphinx-05/src/tip/doc/_templates/ Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
