Skip to content

Commit 59440aa

Browse files
committed
Remove intersphinx_disabled_domains from quickstart
1 parent cbbd8c9 commit 59440aa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGES

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ Features added
1414
--------------
1515

1616
* #9639: autodoc: Support asynchronous generator functions
17-
- #2068, add :confval:`intersphinx_disabled_domains` for disabling
17+
* #2068, add :confval:`intersphinx_disabled_domains` for disabling
1818
interphinx resolution of cross-references in specific domains when they
1919
do not have an explicit inventory specification.
20-
``sphinx-quickstart`` will insert
21-
``intersphinx_disabled_domains = ['std']`` in its generated ``conf.py``.
2220

2321
Bugs fixed
2422
----------
@@ -28,7 +26,7 @@ Bugs fixed
2826
* #9644: autodoc: Crashed on getting source info from problematic object
2927
* #9630: autosummary: Failed to build summary table if :confval:`primary_domain`
3028
is not 'py'
31-
- Intersphinx, for unresolved references with an explicit inventory,
29+
* Intersphinx, for unresolved references with an explicit inventory,
3230
e.g., ``proj:myFunc``, leave the inventory prefix in the unresolved text.
3331

3432
Testing

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)