Skip to content

Commit 3b2f8f2

Browse files
committed
Enable sphinx_design extension in conf.py
1 parent a08cfb4 commit 3b2f8f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4242
# ones.
4343
extensions = ["sphinx.ext.todo",
44-
"sphinx.ext.githubpages"]
44+
"sphinx.ext.githubpages",
45+
"sphinx_design"]
4546

4647

4748
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)