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 @@ -50,8 +50,6 @@ Features added
5050* #2068, add :confval:`intersphinx_disabled_domains` for disabling
5151 interphinx resolution of cross-references in specific domains when they
5252 do not have an explicit inventory specification.
53- ``sphinx-quickstart`` will insert
54- ``intersphinx_disabled_domains = ['std']`` in its generated ``conf.py``.
5553
5654Bugs fixed
5755----------
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