File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
sphinx/templates/quickstart Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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
3129Bugs fixed
3230----------
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