updating docs

This commit is contained in:
Niru Maheswaranathan
2017-06-04 16:20:42 -07:00
parent afb7783155
commit ac2accb231
2 changed files with 15 additions and 11 deletions

View File

@@ -117,12 +117,17 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
'description': 'Pretty printing of tabular data',
'github_user': 'nirum',
'github_repo': 'tableprint',
'fixed_sidebar': True,
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []