Minor documentation fixes

This commit is contained in:
Alexander Graf
2017-08-29 12:13:38 +02:00
parent 5b5d540310
commit e143096140
5 changed files with 28 additions and 13 deletions

View File

@@ -32,6 +32,7 @@ sys.path.insert(0, os.path.abspath('..'))
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_autodoc_typehints',
'sphinx.ext.githubpages',
]
@@ -129,7 +130,10 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
'show_powered_by': False,
'sidebar_width': '290px',
'page_width': '935px' }
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []