提交 0e7d938d 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

Update conf.py

上级 392b78db
...@@ -32,19 +32,19 @@ release = '0.1' ...@@ -32,19 +32,19 @@ release = '0.1'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = [ # extensions = [
"sphinx_comments" # "sphinx_comments"
] # ]
comments_config = { # comments_config = {
"utterances": { # "utterances": {
"repo": "rcore-os/rCore-Tutorial-Book-v3", # "repo": "rcore-os/rCore-Tutorial-Book-v3",
"issue-term": "pathname", # "issue-term": "pathname",
"label": "comments", # "label": "comments",
"theme": "github-light", # "theme": "github-light",
"crossorigin": "anonymous", # "crossorigin": "anonymous",
} # }
} # }
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册