It is not that magic :-) The Sphinx website uses a different css stylesheet than the default one installed by the Sphinx program.
To use the Sphinx website style, you could do the following. 1. Download the following file: http://sphinx.pocoo.org/_static/sphinxdoc.css 2. Rename this file to 'default.css'. 3. Copy this file into your ./.static or ./_static directory. This should do the trick. Alternatively you could keep the name 'sphinxdoc.css', copy this file to your static directory and set html_style in your 'conf.py' to 'sphinxdoc.css'. Theo Ruys --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
