From 91c50223e4efc4a901c342c1d37f9e9b70323cef Mon Sep 17 00:00:00 2001 From: Quentame Date: Mon, 23 Oct 2023 22:40:20 +0200 Subject: [PATCH] furo in not an extension --- docs/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed17b094..b3c25e9c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,6 +5,10 @@ project = "freebox-api" author = "HACF" copyright = f"{datetime.now().year}, {author}" -extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "furo"] +extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.napoleon", + "furo" +] autodoc_typehints = "description" -theme = "furo" +html_theme = "furo"