diff options
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 |