X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=62ac53045f9af61001520f56e891484f83bbda3d;hb=788291920a447be16af9f330973816b6ca56c7b0;hp=7ac6e2afb03c6034e3def7540d212c2f217ee608;hpb=839939c0d080dfe1c3adeee1e6565aac13c545bf;p=dunshire.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 7ac6e2a..62ac530 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,7 +17,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', - 'sphinx.ext.ifconfig', + 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', ] @@ -71,10 +71,18 @@ html_theme = 'alabaster' # Remove the search box from the default list of sidebars. html_sidebars = { - '**': [ - 'about.html', - 'navigation.html' - ] + '**': [ + 'about.html', + 'navigation.html' + ] +} + +# http://alabaster.readthedocs.io/en/latest/customization.html#theme-options +html_theme_options = { + 'github_button': False, + 'github_user': False, + 'github_repo': False, + 'show_powered_by': False } # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, @@ -93,12 +101,6 @@ html_show_copyright = False # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None -# Language to be used for generating the HTML full-text search index. -# Sphinx supports the following languages: -# 'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja' -# 'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr' -#html_search_language = 'en' - # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used. #html_search_scorer = 'scorer.js'