summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-06-08 23:33:32 -0700
committerJames R. Barlow <james@purplerock.ca>2022-06-08 23:33:32 -0700
commit4c4dd9f380ecc63395d80b3a033938a465ec7d8a (patch)
treec85e4026c060303ce20f2e55a2e6993daae1286d
parentc540f6a6f82cbc80fedebf0f485e52be1c6a0207 (diff)
Replace deprecated sphinx-panels with sphinx-design
-rw-r--r--docs/conf.py2
-rw-r--r--docs/requirements.txt2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index cbe0c68..0f9760e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -90,7 +90,7 @@ extensions = [
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx_issues',
- 'sphinx_panels',
+ 'sphinx_design',
'IPython.sphinxext.ipython_console_highlighting',
'IPython.sphinxext.ipython_directive',
'fix_pybind11_autodoc',
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 4365f8f..e75e846 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -13,7 +13,7 @@ pybind11
setuptools_scm
Sphinx >= 3
sphinx-issues
-sphinx-panels
+sphinx-design
sphinx-rtd-theme
tomli
diff --git a/setup.cfg b/setup.cfg
index 1fb766f..aa802a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -60,8 +60,8 @@ docs =
pybind11
requests
setuptools-scm
+ sphinx-design
sphinx-issues
- sphinx-panels
sphinx-rtd-theme
tomli
mypy =