We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1117ae8 commit d0726f7Copy full SHA for d0726f7
docs/conf.py
@@ -29,7 +29,8 @@
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
# ones.
31
extensions = [
32
- 'matplotlib.sphinxext.plot_directive',
+ "matplotlib.sphinxext.plot_directive",
33
+ "sphinx_design"
34
]
35
36
# Add any paths that contain templates here, relative to this directory.
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
21
dependencies = [
22
"pydata-sphinx-theme>=0.13.1",
23
"matplotlib",
24
+ "sphinx-design",
25
26
27
[project.urls]
0 commit comments