diff options
Diffstat (limited to 'source/conf.py')
-rwxr-xr-x | source/conf.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/conf.py b/source/conf.py index 1f4399b..179458d 100755 --- a/source/conf.py +++ b/source/conf.py @@ -15,7 +15,6 @@ import sys import os -import alabaster # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -32,7 +31,6 @@ import alabaster # ones. extensions = [ 'sphinx.ext.coverage', - 'alabaster', ] # Add any paths that contain templates here, relative to this directory. @@ -117,11 +115,7 @@ html_theme = 'sphinx_rtd_theme' # 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 = { -# 'logo_name': True, -# 'github_user': 'astroconda', -# 'github_repo': 'astroconda', -#} +#html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [alabaster.get_path()] |