diff options
author | Justin Ely <justincely@gmail.com> | 2016-05-24 14:18:44 -0400 |
---|---|---|
committer | Justin Ely <justincely@gmail.com> | 2016-05-24 14:18:44 -0400 |
commit | 63910e6095e37f6d399dee5d8de4d3366fb0c867 (patch) | |
tree | ec475258f2d8e1ca58d7af530c0357bacf5a8afc /source/conf.py | |
parent | 049128b26d8c559b76eabbdf87f1445559c6d016 (diff) | |
download | astroconda-63910e6095e37f6d399dee5d8de4d3366fb0c867.tar.gz |
removed traces of alabaster theme
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()] |