I'm trying to change colors of the output html by adding "html_theme_options" and changing color values defined here:
http://sphinx.pocoo.org/theming.html#builtin-themes in my conf.py file I've added: html_theme = "default" html_theme_options = {'headbgcolor': '#C71585', 'sidebarbgcolor': '#C71585', 'relbarbgcolor': '#C71585', 'footerbgcolor': '#C71585', u'bgcolor': u'#C71585', 'footertextcolor': 'white'} Which should be 'pink', but when I run sphinx and view the output it is unchanged from the output seen when this option is NOT included in the conf.py file. I tried changing the html_theme to 'sphinxdoc' but that only threw errors about the given html_theme_options being unsupported. I'm also defining "html_style = 'default-ie-fix.css'" which may be affecting this? -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.