add sphinx design
This commit is contained in:
parent
d606713b6b
commit
7df4811b76
4
conf.py
4
conf.py
@ -200,13 +200,13 @@ extensions = [
|
|||||||
# Content tabs
|
# Content tabs
|
||||||
"sphinx_tabs.tabs",
|
"sphinx_tabs.tabs",
|
||||||
# Cards
|
# Cards
|
||||||
"cards",
|
# "cards",
|
||||||
# Spoilers
|
# Spoilers
|
||||||
"spoilers",
|
"spoilers",
|
||||||
# Strange html domain logic used in memento pages
|
# Strange html domain logic used in memento pages
|
||||||
"html_domain",
|
"html_domain",
|
||||||
"myst_parser",
|
"myst_parser",
|
||||||
"sphinx-design",
|
"sphinx_design",
|
||||||
]
|
]
|
||||||
|
|
||||||
myst_enable_extensions = [
|
myst_enable_extensions = [
|
||||||
|
@ -35,6 +35,7 @@ extensions:
|
|||||||
- sphinx.ext.intersphinx
|
- sphinx.ext.intersphinx
|
||||||
- sphinx.ext.todo
|
- sphinx.ext.todo
|
||||||
- sphinx_tabs.tabs
|
- sphinx_tabs.tabs
|
||||||
|
- sphinx_design
|
||||||
default_domain: py
|
default_domain: py
|
||||||
consecutive_numbering: true
|
consecutive_numbering: true
|
||||||
colon_fences: true
|
colon_fences: true
|
||||||
|
@ -113,3 +113,4 @@ proxmoxer ; python_version > '3.10'
|
|||||||
requests ; python_version > '3.10'
|
requests ; python_version > '3.10'
|
||||||
google_auth ; python_version > '3.10'
|
google_auth ; python_version > '3.10'
|
||||||
esbonio
|
esbonio
|
||||||
|
sphinx_design==0.4.0
|
Loading…
Reference in New Issue
Block a user