diff options
author | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-10-31 13:16:57 +0100 |
---|---|---|
committer | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-10-31 13:16:57 +0100 |
commit | 9e1ba751ecfa0f5821a7c2f9aff91acb156110d3 (patch) | |
tree | da59b5df7b5f45360541fb3d150588667f27464e | |
parent | 0d9f4cd469b3664319bc2d5da74cfae4bc0da9ec (diff) | |
download | sphinx-git-9e1ba751ecfa0f5821a7c2f9aff91acb156110d3.tar.gz |
intersphinx_disabled_refs, fix CHANGES
-rw-r--r-- | CHANGES | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -47,9 +47,6 @@ Features added * #9695: More CSS classes on Javascript domain descriptions * #9683: Revert the removal of ``add_stylesheet()`` API. It will be kept until the Sphinx-6.0 release -* #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. * #2068, add :confval:`intersphinx_disabled_refs` for disabling interphinx resolution of cross-references that do not have an explicit inventory specification. Specific types of cross-references can be disabled, |