intersphinx_disabled_refs, rename 'all' to '*'

This commit is contained in:
Jakob Lykke Andersen
2021-10-31 13:23:23 +01:00
parent 9e1ba751ec
commit cfbac2ceaa
3 changed files with 4 additions and 4 deletions

View File

@@ -350,7 +350,7 @@ def test_missing_reference_disabled_domain(tempdir, app, status, warning):
case(term=False, doc=False, py=True)
# disabled all domains
app.config.intersphinx_disabled_refs = ['all']
app.config.intersphinx_disabled_refs = ['*']
case(term=False, doc=False, py=False)