diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 988dbf7..4ae4ea4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,6 +1,6 @@ from datetime import datetime -html_theme = "agogo" +html_theme = "sphinx_rtd_theme" extensions = [] project = 'Rumba' @@ -17,6 +17,9 @@ autodoc_default_flags = ['members'] autoclass_content = 'both' +html_static_path = ['_static'] +templates_path = ['_templates'] + _locals = {} with open('../rumba/_version.py') as fp: exec(fp.read(), None, _locals) |