Skip to content

Commit 1426ac9

Browse files
committed
COMP: Update doxylink for recent Sphinx
From: https://github.com/sphinx-contrib/doxylink.git Commit: 58c171bb5077f615dc36fc55f470a462e56da891 With fixes to the remove the relative __version__ import.
1 parent 8032f86 commit 1426ac9

File tree

4 files changed

+432
-565
lines changed

4 files changed

+432
-565
lines changed

Utilities/SphinxExtensions/sphinxcontrib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
"""
1212

1313
__import__('pkg_resources').declare_namespace(__name__)
14-
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
from doxylink import *
1+
from .doxylink import __version__
22

3+
def setup(app):
4+
from .doxylink import setup_doxylink_roles
5+
app.add_config_value('doxylink', {}, 'env')
6+
app.connect('builder-inited', setup_doxylink_roles)

0 commit comments

Comments
 (0)