diff options
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 07823d6..0dc01c8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,7 @@ extensions = [ ] templates_path = [] exclude_patterns = [] -html_theme = "alabaster" +html_theme = "sphinx_rtd_theme" html_static_path = [] autodoc_mock_imports = [project] |