We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba478fe commit 412ae66Copy full SHA for 412ae66
doc/conf.py
@@ -25,7 +25,7 @@
25
# Sphinx 自带的插件(命名为 'sphinx.ext.*')或您自定义的插件。
26
# -------------------------------------------------------------------------------------
27
extensions = [
28
- "myst_nb",
+ "mystx",
29
"sphinx_design",
30
'autoapi.extension', # 自动生成API文档
31
"sphinx.ext.viewcode", # 添加到高亮源代码的链接
@@ -69,7 +69,7 @@
69
# == HTML 输出 =======================================================================================
70
# 用于 HTML 和 HTML Help 页面的主题
71
72
-html_theme = 'xyzstyle' # 使用的主题名称
+html_theme = 'mystx' # 使用的主题名称
73
html_logo = "_static/images/logo.jpg"
74
html_title = "AI World" # 网站标题
75
html_copy_source = True
0 commit comments