diff options
-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 20086a9..28dd80f 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -44,7 +44,7 @@ exclude_patterns = ['venv/*'] # ----------------------- # Use our custom theme. -html_theme = 'classic' +html_theme = 'pydoctheme' html_theme_path = ['tools'] html_theme_options = {'collapsiblesidebar': True} |