Sphinx theme for Enthought projects, derived from the Scipy theme.
Install this as a normal Python package. The theme files are in the package data.
In your project's conf.py file, do the following:
import enthought_sphinx_theme html_theme_path = [enthought_sphinx_theme.theme_path] html_theme = 'enthought'
The theme takes the followin options in the html_theme_options
configuration variable:
rootlinksList of tuples
(url, link_name)to show in the beginning of the breadcrumb list on the top left. You can override it by defining an edit_link block insearchbox.html.sidebarOne of
"left","right","none". Defines where the sidebar should appear.navigation_linksTrueorFalse. Whether to display "next", "prev", "index", etc. links.use_default_logoTrueorFalse. Whether to use the default Enthought logo in the sidebar. If thehtml_logoconfiguration parameter is non-empty, it will override this. Set this toFalseandhtml_logoto empty only if you want no logo at all.use_default_faviconTrueorFalse. Whether to use the default Enthought logo as the favicon. If thehtml_faviconconfiguration parameter is non-empty, it will override this. Set this toFalseandhtml_faviconto empty only if you want no favicon at all.
The following blocks are defined:
layout.html:headerBlock at the top of the page, for logo etc.