diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-12 02:25:56 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-29 03:09:55 +0100 |
commit | d6640491fe1e0820aa6cc267c8aba2d731b4e028 (patch) | |
tree | 6817875f0a0c2390095799d42e2c5ee089cafdc5 /docs/conf.py | |
parent | 9fe4ea478d22d7dfb2638eee8a8b2246f90af002 (diff) |
[docs] improve documentation of the API, add some examples
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0339aca..04651b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,12 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +# 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 |