mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 01:48:13 +00:00
update ref
This commit is contained in:
@@ -85,7 +85,7 @@ root_doc = 'index'
|
|||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
# This pattern also affects html_static_path and html_extra_path.
|
# This pattern also affects html_static_path and html_extra_path.
|
||||||
exclude_patterns = ['build', 'source/.ipynb_checkpoints', 'source/api/generated', 'Thumbs.db', '.DS_Store']
|
exclude_patterns = ['build']
|
||||||
# A list of glob-style patterns [1] that are used to find source files.
|
# A list of glob-style patterns [1] that are used to find source files.
|
||||||
# They are matched against the source file names relative to the source directory,
|
# They are matched against the source file names relative to the source directory,
|
||||||
# using slashes as directory separators on all platforms.
|
# using slashes as directory separators on all platforms.
|
||||||
@@ -121,3 +121,8 @@ myst_enable_extensions = [
|
|||||||
'dollarmath',
|
'dollarmath',
|
||||||
'colon_fence',
|
'colon_fence',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
myst_heading_anchors = 2
|
||||||
|
myst_footnote_transition = True
|
||||||
|
|
||||||
|
html_use_opensearch = '/docs/zh/'
|
||||||
@@ -6,7 +6,6 @@ DiffSynth-Studio 文档
|
|||||||
:caption: 文档介绍
|
:caption: 文档介绍
|
||||||
|
|
||||||
README
|
README
|
||||||
QA
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user