update ref

This commit is contained in:
mi804
2026-02-10 16:50:19 +08:00
parent f6430c5882
commit 2c4f743c0f
2 changed files with 7 additions and 3 deletions

View File

@@ -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/'

View File

@@ -6,7 +6,6 @@ DiffSynth-Studio 文档
:caption: 文档介绍 :caption: 文档介绍
README README
QA
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2