diff --git a/docs/requirements.txt b/docs/requirements.txt index 65a7ea61d..464dde187 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,3 +6,4 @@ sphinx-rtd-theme>=1.0.0 sphinx-pdj-theme sphinx-copybutton sphinx-tabs +sphinx-design diff --git a/docs/source/conf.py b/docs/source/conf.py index fd34e463a..62f151815 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"