Skip to content

Commit

Permalink
Remove intersphinx_disabled_domains from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Oct 2, 2021
1 parent bc8023e commit fe6f2d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGES
Expand Up @@ -25,8 +25,6 @@ Features added
* #2068, add :confval:`intersphinx_disabled_domains` for disabling
interphinx resolution of cross-references in specific domains when they
do not have an explicit inventory specification.
``sphinx-quickstart`` will insert
``intersphinx_disabled_domains = ['std']`` in its generated ``conf.py``.

Bugs fixed
----------
Expand Down
3 changes: 0 additions & 3 deletions sphinx/templates/quickstart/conf.py_t
Expand Up @@ -109,9 +109,6 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
}

# Prevent accidental intersphinx resolution for labels, documents, and other
# basic cross-references.
intersphinx_disabled_domains = ['std']
{%- endif %}
{%- if 'sphinx.ext.todo' in extensions %}

Expand Down

0 comments on commit fe6f2d0

Please sign in to comment.