Skip to content

Commit

Permalink
Use default sphinx_rtd_theme
Browse files Browse the repository at this point in the history
Closes #397, closes #398.
  • Loading branch information
brianmay committed Feb 21, 2016
1 parent 39221d6 commit c7a4c78
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 1,418 deletions.
11 changes: 5 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import sys
import os
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

# 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
Expand Down Expand Up @@ -109,18 +110,16 @@
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
#html_theme = 'default'
# Theme URL: https://github.com/coordt/ADCtheme/
RTD_NEW_THEME = True
html_theme = 'rtd_theme'
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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 = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['theme']

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
#html_title = None
Expand Down
11 changes: 0 additions & 11 deletions docs/theme/rtd_theme/breadcrumbs.html

This file was deleted.

16 changes: 0 additions & 16 deletions docs/theme/rtd_theme/footer.html

This file was deleted.

137 changes: 0 additions & 137 deletions docs/theme/rtd_theme/layout.html

This file was deleted.

0 comments on commit c7a4c78

Please sign in to comment.