sphinx_design

This commit is contained in:
Xi Yan 2024-10-29 17:29:29 -07:00
parent 63876f6a0c
commit 975fca5bff
2 changed files with 3 additions and 0 deletions

View file

@ -6,3 +6,4 @@ sphinx-rtd-theme>=1.0.0
sphinx-pdj-theme
sphinx-copybutton
sphinx-tabs
sphinx-design

View file

@ -24,7 +24,9 @@ extensions = [
"sphinx_rtd_theme",
"sphinx_copybutton",
"sphinx_tabs.tabs",
"sphinx_design",
]
myst_enable_extensions = ["colon_fence"]
html_theme = "sphinx_rtd_theme"