Skip to content

Commit 73c1a99

Browse files
committed
Fix docs build error on readthedocs, although local builds had no issues
Signed-off-by: M Q <[email protected]>
1 parent df25d8b commit 73c1a99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx-copybutton
99
sphinxcontrib-bibtex>=2.4.1 # Version 2.4.1+ supports Python 3.10
1010
sphinxcontrib-spelling # https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html
1111
sphinx-thebe
12-
sphinx-panels
12+
sphinx-design
1313
ablog
1414
pydata_sphinx_theme>=0.13.0
1515
sphinxemoji

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"myst_nb",
8484
"sphinx_copybutton",
8585
"sphinx_togglebutton",
86-
"sphinx_panels", # https://sphinx-panels.readthedocs.io/en/latest/
86+
"sphinx_design", # https://sphinx-design.readthedocs.io/en/latest/
8787
"ablog",
8888
"sphinxemoji.sphinxemoji",
8989
# https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#automatically-create-targets-for-section-headers
@@ -181,10 +181,10 @@
181181
html_css_files = ["custom.css"]
182182
html_title = f"{project} {version} Documentation"
183183

184-
# -- Options for sphinx-panels -------------------------------------------------
184+
# -- Options for sphinx-design -------------------------------------------------
185185
#
186-
# (reference: https://sphinx-panels.readthedocs.io/en/latest/)
187-
panels_add_bootstrap_css = False # pydata-sphinx-theme already loads bootstrap css
186+
# (reference: https://sphinx-design.readthedocs.io/en/latest/)
187+
# No additional configuration needed - sphinx-design works with pydata-sphinx-theme
188188

189189
# -- Options for linkcheck builder -------------------------------------------------
190190
#

0 commit comments

Comments
 (0)