From 049128b26d8c559b76eabbdf87f1445559c6d016 Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Tue, 24 May 2016 13:30:13 -0400 Subject: changed theme to RTD theme, and added stsci logo --- source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source/conf.py') diff --git a/source/conf.py b/source/conf.py index 87d108e..1f4399b 100755 --- a/source/conf.py +++ b/source/conf.py @@ -112,19 +112,19 @@ 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 = { +# 'logo_name': True, +# 'github_user': 'astroconda', +# 'github_repo': 'astroconda', +#} # 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 # " v documentation". @@ -135,7 +135,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 -- cgit