mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Emend spelling errors (#13113)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8117bcaae8
commit
c427edb0bd
@@ -295,7 +295,7 @@ def test_load_mappings_cache_revert_update(tmp_path):
|
||||
app2.build()
|
||||
app2.cleanup()
|
||||
|
||||
# switch back to old url (re-use 'old_item')
|
||||
# switch back to old url (reuse 'old_item')
|
||||
confoverrides3 = BASE_CONFIG | {'intersphinx_mapping': old_project.record}
|
||||
app3 = SphinxTestApp('dummy', srcdir=tmp_path, confoverrides=confoverrides3)
|
||||
app3.build()
|
||||
|
Reference in New Issue
Block a user