diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-26 13:48:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-26 13:48:37 -0400 |
commit | 22b799d0b97e2e580579062821a02402ccb02e6f (patch) | |
tree | ec475258f2d8e1ca58d7af530c0357bacf5a8afc /source/conf.py | |
parent | d5eaf1650f1404ae284fc56c71882ef713019ac8 (diff) | |
parent | 63910e6095e37f6d399dee5d8de4d3366fb0c867 (diff) | |
download | astroconda-22b799d0b97e2e580579062821a02402ccb02e6f.tar.gz |
Merge pull request #6 from justincely/master
Changing doc theme
Diffstat (limited to 'source/conf.py')
-rwxr-xr-x | source/conf.py | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/source/conf.py b/source/conf.py index 87d108e..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. @@ -112,19 +110,15 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +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()] +#html_theme_path = [alabaster.get_path()] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". @@ -135,7 +129,7 @@ html_theme_path = [alabaster.get_path()] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = '_static/stsci_logo.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |