We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bdc97 commit 5ec203cCopy full SHA for 5ec203c
1 file changed
_doc/conf.py
@@ -72,7 +72,7 @@
72
"""
73
74
# The following is used by sphinx.ext.linkcode to provide links to github
75
-linkcode_resolve = make_linkcode_resolve(
+_linkcode_resolve = make_linkcode_resolve(
76
"mlstatpy",
77
(
78
"https://github.com/sdpython/mlstatpy/"
@@ -81,6 +81,11 @@
81
),
82
)
83
84
+
85
+def linkcode_resolve(domain, info):
86
+ return _linkcode_resolve(domain, info)
87
88
89
latex_elements = {
90
"papersize": "a4",
91
"pointsize": "10pt",
0 commit comments