Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-08-18 18:37:30 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-08-18 18:37:30 +0300
commit01f8dad160d206a48302b1bcd91b4e0bc36e8a10 (patch)
tree20604869dffc969d22c5f6f124f710ee392a6de6 /sphinx/templates
parent632889a4ef7f0e9aa797c2f029a5948b69a0ee15 (diff)
parent63757596b14991801ce09d1ac9bff425715e0c40 (diff)
Merge branch '2.0'
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/quickstart/conf.py_t5
1 files changed, 2 insertions, 3 deletions
diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t
index f9f96b221..8a20fc4c8 100644
--- a/sphinx/templates/quickstart/conf.py_t
+++ b/sphinx/templates/quickstart/conf.py_t
@@ -2,7 +2,7 @@
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
-# http://www.sphinx-doc.org/en/master/config
+# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
@@ -105,7 +105,7 @@ html_static_path = ['{{ dot }}static']
# -- Options for intersphinx extension ---------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'https://docs.python.org/3/': None}
{%- endif %}
{%- if 'sphinx.ext.todo' in extensions %}
@@ -114,4 +114,3 @@ intersphinx_mapping = {'https://docs.python.org/': None}
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
{%- endif %}
-