diff options
author | Edit Koselak <edit.koselak@nokia.com> | 2022-11-17 12:13:11 +0100 |
---|---|---|
committer | Gergely Csatari <gergely.csatari@nokia.com> | 2022-12-22 17:46:46 +0200 |
commit | 457f9ce057ccd9ff2653826b41666eb36b0e219d (patch) | |
tree | 535242bf9d3baa2e647d78ef7ae70905fda54272 /docs/conf.py | |
parent | 397bbce7edc03354802dacd1524f5b306979ebd3 (diff) |
[PCAC] Applying Piccolo theme
- changing the color of the search button
- changing the color of the Page contents label
- removing option to switch to dark mode
Signed-off-by: Edit Koselak <edit.koselak@nokia.com>
Change-Id: I13977278cb0684706a3ad886966eeb478f037c17
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 00d63dc7b..d875acb7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ author = 'Anuket Project of Linux Foundation Networking' extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel' ] -html_theme = "sphinx_material" +html_theme = "piccolo_theme" exclude_patterns = [ '**/.tox', 'templates', # suppress warning that these files are not included in any toctree |