Skip to content

Commit c3c2b57

Browse files
committed
Remove intersphinx_disabled_domains from quickstart
1 parent cb2edbe commit c3c2b57

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CHANGES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ Features added
5050
* #2068, add :confval:`intersphinx_disabled_domains` for disabling
5151
interphinx resolution of cross-references in specific domains when they
5252
do not have an explicit inventory specification.
53-
``sphinx-quickstart`` will insert
54-
``intersphinx_disabled_domains = ['std']`` in its generated ``conf.py``.
5553

5654
Bugs fixed
5755
----------

sphinx/templates/quickstart/conf.py_t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ intersphinx_mapping = {
109109
'python': ('https://docs.python.org/3', None),
110110
}
111111

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

0 commit comments

Comments
 (0)