scipy-sphinx-theme
scipy-sphinx-theme copied to clipboard
Sphinx theme for SciPy documentation and websites
scipy-sphinx-theme
Sphinx <http://sphinx-doc.org>__ theme for Scipy <http://scipy.org>__.
Theme options
The theme takes the following options in the html_options
configuration variable:
-
edit_linkTrueorFalse. Determines if an "edit this page" link is displayed in the left sidebar. -
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 anedit_linkblock insearchbox.html. -
sidebarOne of
"left","right","none". Defines where the sidebar should appear. -
scipy_org_logoTrueorFalse. Whether to plaster the scipy.org logo on top.You can use your own logo by overriding the :attr:
layout.html:headerblock. -
navigation_linksTrueorFalse. Whether to display "next", "prev", "index", etc. links.
The following blocks are defined:
-
layout.html:headerBlock at the top of the page, for logo etc.
-
searchbox.html:edit_linkEdit link HTML code to paste in the left sidebar, if
edit_linkis enabled.