Skip to content

Commit

Permalink
Update links in quickstart template to save redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Aug 2, 2019
1 parent 04fbd51 commit a503ed8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sphinx/templates/quickstart/conf.py_t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# http:https://www.sphinx-doc.org/en/master/config
# https:https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Path setup --------------------------------------------------------------

Expand Down Expand Up @@ -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 %}

Expand All @@ -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 %}

0 comments on commit a503ed8

Please sign in to comment.