From 8e3148356c779f2a0cfd5d94ed1b56eb20418467 Mon Sep 17 00:00:00 2001 From: Ben Avrahami Date: Thu, 29 Feb 2024 21:20:27 +0200 Subject: [PATCH] maybe --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5bcba53..b66b0bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["sphinx.ext.intersphinx", "sphinx.ext.linkcode", "sphinx.ext.autosectionlabel"] +extensions = ["sphinx.ext.intersphinx", "sphinx.ext.linkcode", "sphinx.ext.autosectionlabel", "furo"] intersphinx_mapping = { "python": ("https://docs.python.org/3/", None),