Skip to content

Commit

Permalink
rtd theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiazkowicz committed Feb 18, 2018
1 parent 4ad09e3 commit 32735ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ channels==1.1.8
# only for development
sphinx
sphinx-autobuild
sphinx_rtd_theme
sphinxcontrib.napoleon

0 comments on commit 32735ab

Please sign in to comment.