mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
intersphinx_disabled_refs, rename 'all' to '*'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user