Skip to content

Commit d0726f7

Browse files
committed
Add sphinx design as a dependency
1 parent 1117ae8 commit d0726f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
3131
extensions = [
32-
'matplotlib.sphinxext.plot_directive',
32+
"matplotlib.sphinxext.plot_directive",
33+
"sphinx_design"
3334
]
3435

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"pydata-sphinx-theme>=0.13.1",
2323
"matplotlib",
24+
"sphinx-design",
2425
]
2526

2627
[project.urls]

0 commit comments

Comments
 (0)