diff --git a/source/conf.py b/source/conf.py index b2d1df5a9477a2bf1c618657d2d7536f8fc1d010..46daa9d84f338c13121723dbfe90c3cd34f3953e 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']