File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sphinx-copybutton
99sphinxcontrib-bibtex >= 2.4.1 # Version 2.4.1+ supports Python 3.10
1010sphinxcontrib-spelling # https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html
1111sphinx-thebe
12- sphinx-panels
12+ sphinx-design
1313ablog
1414pydata_sphinx_theme >= 0.13.0
1515sphinxemoji
Original file line number Diff line number Diff line change 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
181181html_css_files = ["custom.css" ]
182182html_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#
You can’t perform that action at this time.
0 commit comments