From e902d40cb902f2e922615770a7191f242b26ab0d Mon Sep 17 00:00:00 2001 From: Julian Wiesener Date: Sat, 2 Nov 2024 19:23:13 +0200 Subject: [PATCH] Enable sphinx-design enxtension --- R1/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R1/source/conf.py b/R1/source/conf.py index cc6cf89..0dfbb23 100644 --- a/R1/source/conf.py +++ b/R1/source/conf.py @@ -29,7 +29,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 = [] +extensions = ["sphinx_design"] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']