From 7beab1dc3abbebb816a4c6c6aff7b2770c3b4dce Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Wed, 15 Nov 2023 13:50:16 +1300 Subject: [PATCH] docs: add sphinx rtd extension --- db/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/docs/source/conf.py b/db/docs/source/conf.py index 0ee11e7a..6a3b023a 100644 --- a/db/docs/source/conf.py +++ b/db/docs/source/conf.py @@ -37,7 +37,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. # extensions = ["sphinx.ext.autodoc"] -# extensions = ["sphinx_rtd_theme"] +extensions = ["sphinx_rtd_theme"] # 'sphinx.ext.autosectionlabel' # Add any paths that contain templates here, relative to this directory.