add sphinx design

This commit is contained in:
hoangvv 2025-02-28 14:27:01 +07:00
parent d606713b6b
commit 7df4811b76
3 changed files with 5 additions and 3 deletions

View File

@ -200,13 +200,13 @@ extensions = [
# Content tabs
"sphinx_tabs.tabs",
# Cards
"cards",
# "cards",
# Spoilers
"spoilers",
# Strange html domain logic used in memento pages
"html_domain",
"myst_parser",
"sphinx-design",
"sphinx_design",
]
myst_enable_extensions = [

View File

@ -35,6 +35,7 @@ extensions:
- sphinx.ext.intersphinx
- sphinx.ext.todo
- sphinx_tabs.tabs
- sphinx_design
default_domain: py
consecutive_numbering: true
colon_fences: true

View File

@ -112,4 +112,5 @@ paramiko ; python_version > '3.10'
proxmoxer ; python_version > '3.10'
requests ; python_version > '3.10'
google_auth ; python_version > '3.10'
esbonio
esbonio
sphinx_design==0.4.0