Skip to content

Commit fe6f2d0

Browse files
committed
Remove intersphinx_disabled_domains from quickstart
1 parent bc8023e commit fe6f2d0

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
@@ -25,8 +25,6 @@ Features added
2525
* #2068, add :confval:`intersphinx_disabled_domains` for disabling
2626
interphinx resolution of cross-references in specific domains when they
2727
do not have an explicit inventory specification.
28-
``sphinx-quickstart`` will insert
29-
``intersphinx_disabled_domains = ['std']`` in its generated ``conf.py``.
3028

3129
Bugs fixed
3230
----------

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)