From 975fca5bff18ba12eeb84313fb1b42b154941f11 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 17:29:29 -0700 Subject: [PATCH] sphinx_design --- docs/requirements.txt | 1 + docs/source/conf.py | 2 ++ 2 files changed, 3 insertions(+) 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"