From fedb4e875dd6f2fd76f09cad91ab514e2793b76a Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Fri, 10 Nov 2023 21:28:36 +0100 Subject: [PATCH] Remove theme --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d373dd8..d0cd073 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,5 +15,5 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] html_show_sourcelink = False -html_theme = 'karma_sphinx_theme' +#html_theme = 'karma_sphinx_theme' html_static_path = ['_static']