mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Allow extensions to define the keys returned by linkcode (#11824)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
@@ -116,6 +116,7 @@ def test_linkcode(app):
|
||||
assert 'https://foobar/js/' in stuff
|
||||
assert 'https://foobar/c/' in stuff
|
||||
assert 'https://foobar/cpp/' in stuff
|
||||
assert 'http://foobar/rst/' in stuff
|
||||
|
||||
|
||||
@pytest.mark.sphinx('html', testroot='ext-viewcode-find', freshenv=True)
|
||||
|
Reference in New Issue
Block a user