From 54790df5c7131d47178ff53631e37552f6f3d7bc Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 24 Nov 2018 01:39:48 +0900 Subject: [PATCH 1/2] quickstart: Remove comment-outed confval from conf.py (need_sphinx) --- sphinx/templates/quickstart/conf.py_t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t index 448b1d482..84ce33e4f 100644 --- a/sphinx/templates/quickstart/conf.py_t +++ b/sphinx/templates/quickstart/conf.py_t @@ -40,10 +40,6 @@ release = u'{{ release_str }}' # -- General configuration --------------------------------------------------- -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. From 513b62ab926a29a40215969e9c694d4d242f60b6 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 24 Nov 2018 01:40:09 +0900 Subject: [PATCH 2/2] quickstart: Remove pygments_style from conf.py --- sphinx/templates/quickstart/conf.py_t | 3 --- 1 file changed, 3 deletions(-) diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t index 84ce33e4f..835f22c01 100644 --- a/sphinx/templates/quickstart/conf.py_t +++ b/sphinx/templates/quickstart/conf.py_t @@ -75,9 +75,6 @@ language = {{ language | repr }} # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [{{ exclude_patterns }}] -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = None - # -- Options for HTML output -------------------------------------------------