aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorjason2015-11-17 18:51:35 -0700
committerjason2015-11-17 18:51:35 -0700
commit88bb176d02ce54aa6e34ccc2e560484b60f8b1b7 (patch)
treebbc153d54473c67384d6648d227b18ac382a135b /docs/conf.py
parent5b382d406227329f5a875f408fc1c7d429b23d59 (diff)
downloadeventmq-88bb176d02ce54aa6e34ccc2e560484b60f8b1b7.tar.gz
eventmq-88bb176d02ce54aa6e34ccc2e560484b60f8b1b7.zip
update documentation and theme
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d031524..864bbcf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -113,8 +113,8 @@ todo_include_todos = False
113 113
114# The theme to use for HTML and HTML Help pages. See the documentation for 114# The theme to use for HTML and HTML Help pages. See the documentation for
115# a list of builtin themes. 115# a list of builtin themes.
116html_theme = 'classic' 116# html_theme = 'classic'
117 117html_theme = 'sphinx_rtd_theme'
118# Theme options are theme-specific and customize the look and feel of a theme 118# Theme options are theme-specific and customize the look and feel of a theme
119# further. For a list of options available for each theme, see the 119# further. For a list of options available for each theme, see the
120# documentation. 120# documentation.