We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b79743 commit 86739ceCopy full SHA for 86739ce
1 file changed
_doc/conf.py
@@ -59,7 +59,7 @@
59
issues_github_path = "sdpython/pandas-streaming"
60
61
# The following is used by sphinx.ext.linkcode to provide links to github
62
-linkcode_resolve = make_linkcode_resolve(
+_linkcode_resolve = make_linkcode_resolve(
63
"pandas_streaming",
64
(
65
"https://github.com/sdpython/pandas-streaming/"
@@ -68,6 +68,11 @@
68
),
69
)
70
71
+
72
+def linkcode_resolve(domain, info):
73
+ return _linkcode_resolve(domain, info)
74
75
76
latex_elements = {
77
"papersize": "a4",
78
"pointsize": "10pt",
0 commit comments