Skip to content

Commit

Permalink
use official readthedocs theme (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Jäger committed Nov 8, 2019
1 parent 8df6e29 commit b5d2ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.coverage',
'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.mathjax',
'sphinx.ext.napoleon']
'sphinx.ext.napoleon', 'sphinx_rtd_theme']

# Change cofiguration for special and private methods
napoleon_include_private_with_doc = True
Expand Down Expand Up @@ -139,7 +139,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'classic'
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
Expand Down

0 comments on commit b5d2ffb

Please sign in to comment.