Skip to content

Commit

Permalink
No progress in issue 415. Switched to guzzle_sphinx_theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Mar 5, 2018
1 parent 663deba commit b497acd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# General information about the project.
project = 'redis-c-examples'
copyright = '2017, Vladimir Botka'
copyright = '2017-2018, Vladimir Botka'
author = 'Vladimir Botka'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -84,9 +84,9 @@
# import sphinx_rtd_theme
# html_theme = 'alabaster'
# html_theme = 'default'
html_theme = "sphinx_rtd_theme"
html_theme = "guzzle_sphinx_theme"
# html_theme = "sphinx_rtd_theme"
html_theme_path = ['_themes', ]
# html_theme = "guzzle_sphinx_theme"
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#
# html_style does not work
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 b497acd

Please sign in to comment.