Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2021-10-31 15:23:23 +0300
committerJakob Lykke Andersen <Jakob@caput.dk>2021-10-31 15:23:23 +0300
commitcfbac2ceaafc38954c633bd05a6297d8ce89e6e3 (patch)
tree790a6e2cc9e9f50263cdb13bfb3e96017300d526 /doc
parent9e1ba751ecfa0f5821a7c2f9aff91acb156110d3 (diff)
intersphinx_disabled_refs, rename 'all' to '*'
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/extensions/intersphinx.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/extensions/intersphinx.rst b/doc/usage/extensions/intersphinx.rst
index c9075a42d..9063d52ec 100644
--- a/doc/usage/extensions/intersphinx.rst
+++ b/doc/usage/extensions/intersphinx.rst
@@ -157,7 +157,7 @@ linking:
- the name of a specific reference type,
e.g., ``std:doc``, ``py:func``, or ``cpp:class``,
- the name of a whole domain, e.g., ``std``, ``py``, or ``cpp``, or
- - the special name ``all``.
+ - the special name ``*``.
When a cross-reference without an explicit inventory specification is being
resolved by intersphinx, skip resolution it matches one of the
@@ -171,7 +171,7 @@ linking:
At the same time, all cross-references generated in, e.g., Python,
declarations will still be attempted to be resolved by intersphinx.
- If ``all`` is in the list of domains, then no references without an explicit
+ If ``*`` is in the list of domains, then no references without an explicit
inventory will be resolved by intersphinx.