Skip to content

Commit 5723502

Browse files
authored
Merge pull request #1078 from sphinx-contrib/disable-intersphinx-in-legacy-pages-test
tests: avoid intersphinx processing in legacy pages test
2 parents b6fd092 + 36740dd commit 5723502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit-tests/test_legacy_pages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_legacy_pages(self):
1818

1919
config = dict(self.config)
2020
config['confluence_publish'] = True
21+
config['confluence_publish_intersphinx'] = False
2122
config['confluence_server_url'] = 'https://example.com/'
2223
config['confluence_space_key'] = 'TEST'
2324
config['confluence_cleanup_purge'] = True

0 commit comments

Comments
 (0)