mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove intersphinx_disabled_domains from quickstart
This commit is contained in:
parent
c88c718397
commit
84238dfd39
2
CHANGES
2
CHANGES
@ -50,8 +50,6 @@ Features added
|
||||
* #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
|
||||
----------
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user