Skip to content

Commit

Permalink
Theme changed to sphinx_rtd_theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Sep 17, 2019
1 parent 0e43d04 commit ad70af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
# import sphinx_rtd_theme
# html_theme = 'alabaster'
# html_theme = 'default'
html_theme = "guzzle_sphinx_theme"
# html_theme = "sphinx_rtd_theme"
# html_theme = "guzzle_sphinx_theme"
html_theme = "sphinx_rtd_theme"
html_theme_path = ['_themes', ]
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#
Expand All @@ -95,8 +95,8 @@
# html_static_path = ['_themes', ]
else:
# html_theme = 'default'
html_theme = "guzzle_sphinx_theme"
# html_theme = "sphinx_rtd_theme"
# html_theme = "guzzle_sphinx_theme"
html_theme = "sphinx_rtd_theme"
html_theme_path = ['_themes', ]

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit ad70af4

Please sign in to comment.