From 0e7d938d70ebe1702592af1c7ce2b7a21759b775 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 15 Apr 2021 11:31:45 +0800 Subject: [PATCH] Update conf.py --- source/conf.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/conf.py b/source/conf.py index b2d1df5a..46daa9d8 100644 --- a/source/conf.py +++ b/source/conf.py @@ -32,19 +32,19 @@ release = '0.1' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [ - "sphinx_comments" -] - -comments_config = { - "utterances": { - "repo": "rcore-os/rCore-Tutorial-Book-v3", - "issue-term": "pathname", - "label": "comments", - "theme": "github-light", - "crossorigin": "anonymous", - } -} +# extensions = [ +# "sphinx_comments" +# ] + +# comments_config = { +# "utterances": { +# "repo": "rcore-os/rCore-Tutorial-Book-v3", +# "issue-term": "pathname", +# "label": "comments", +# "theme": "github-light", +# "crossorigin": "anonymous", +# } +# } # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- GitLab