Remove intersphinx_disabled_domains from quickstart

This commit is contained in:
Jakob Lykke Andersen 2021-09-18 10:49:52 +02:00
parent c88c718397
commit 84238dfd39
2 changed files with 0 additions and 5 deletions

View File

@ -50,8 +50,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
----------

View File

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