mirror of https://github.com/tiangolo/fastapi.git
➕ Add docs dependency: markdown-include-variants (#12399)
This commit is contained in:
parent
ecc4133907
commit
95f167f048
|
|
@ -305,6 +305,7 @@ markdown_extensions:
|
||||||
|
|
||||||
# Other extensions
|
# Other extensions
|
||||||
mdx_include:
|
mdx_include:
|
||||||
|
markdown_include_variants:
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
analytics:
|
analytics:
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,4 @@ griffe-typingdoc==0.2.7
|
||||||
# For griffe, it formats with black
|
# For griffe, it formats with black
|
||||||
black==24.3.0
|
black==24.3.0
|
||||||
mkdocs-macros-plugin==1.0.5
|
mkdocs-macros-plugin==1.0.5
|
||||||
|
markdown-include-variants==0.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue