From 4897dbf6951ae03423b05ee33086b1ff2cc10128 Mon Sep 17 00:00:00 2001 From: Ludger Paehler Date: Thu, 21 Mar 2024 02:01:09 -0700 Subject: [PATCH] Update conf.py --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 124ed0b..7300e51 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,6 +26,7 @@ "sphinx.ext.viewcode", "sphinx.ext.napoleon", "sphinx.ext.mathjax", + "sphinx_design", ] autosummary_generate = True autoclass_content = "both"