Skip to content

Commit 412ae66

Browse files
author
liuxinwei
committed
docs: 更新文档配置中的插件和主题名称
将文档配置中的插件从myst_nb更改为mystx,并更新使用的主题为mystx
1 parent ba478fe commit 412ae66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Sphinx 自带的插件(命名为 'sphinx.ext.*')或您自定义的插件。
2626
# -------------------------------------------------------------------------------------
2727
extensions = [
28-
"myst_nb",
28+
"mystx",
2929
"sphinx_design",
3030
'autoapi.extension', # 自动生成API文档
3131
"sphinx.ext.viewcode", # 添加到高亮源代码的链接
@@ -69,7 +69,7 @@
6969
# == HTML 输出 =======================================================================================
7070
# 用于 HTML 和 HTML Help 页面的主题
7171
# -------------------------------------------------------------------------------------
72-
html_theme = 'xyzstyle' # 使用的主题名称
72+
html_theme = 'mystx' # 使用的主题名称
7373
html_logo = "_static/images/logo.jpg"
7474
html_title = "AI World" # 网站标题
7575
html_copy_source = True

0 commit comments

Comments
 (0)