Skip to content

Commit

Permalink
Remove intersphinx_disabled_domains from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Sep 18, 2021
1 parent cbbd8c9 commit 59440aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CHANGES
Expand Up @@ -14,11 +14,9 @@ Features added
--------------

* #9639: autodoc: Support asynchronous generator functions
- #2068, add :confval:`intersphinx_disabled_domains` for disabling
* #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
----------
Expand All @@ -28,7 +26,7 @@ Bugs fixed
* #9644: autodoc: Crashed on getting source info from problematic object
* #9630: autosummary: Failed to build summary table if :confval:`primary_domain`
is not 'py'
- Intersphinx, for unresolved references with an explicit inventory,
* Intersphinx, for unresolved references with an explicit inventory,
e.g., ``proj:myFunc``, leave the inventory prefix in the unresolved text.

Testing
Expand Down
3 changes: 0 additions & 3 deletions sphinx/templates/quickstart/conf.py_t
Expand Up @@ -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 %}

Expand Down

0 comments on commit 59440aa

Please sign in to comment.