File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
sphinx/templates/quickstart Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff 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
2321Bugs 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
3432Testing
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments