Skip to content

Commit

Permalink
Setting RTD theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lbustelo committed Dec 23, 2016
1 parent 10728a4 commit 5bc43d8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

# -- RTD Theme Install ----------------------------------------------------
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -82,7 +88,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
# html_theme = 'alabaster'

# 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
Expand Down Expand Up @@ -151,6 +157,3 @@
author, 'Ciudadela1362', 'One line description of project.',
'Miscellaneous'),
]



0 comments on commit 5bc43d8

Please sign in to comment.