diff options
| author | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2025-10-30 08:11:35 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2025-10-30 08:11:35 +0100 |
| commit | b18d0b52a06bd7d36af0768235ac6f7a07cde813 (patch) | |
| tree | 6f4a25fa7c594b61a01c40c15416b1645e0d752f /doc/conf.py | |
| parent | edc7fa6838f700ab51f4f7ba1820b412eed66888 (diff) | |
more docs
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] |