Skip to content

Commit 86739ce

Browse files
committed
avoids partial
1 parent 3b79743 commit 86739ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_doc/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
issues_github_path = "sdpython/pandas-streaming"
6060

6161
# The following is used by sphinx.ext.linkcode to provide links to github
62-
linkcode_resolve = make_linkcode_resolve(
62+
_linkcode_resolve = make_linkcode_resolve(
6363
"pandas_streaming",
6464
(
6565
"https://github.com/sdpython/pandas-streaming/"
@@ -68,6 +68,11 @@
6868
),
6969
)
7070

71+
72+
def linkcode_resolve(domain, info):
73+
return _linkcode_resolve(domain, info)
74+
75+
7176
latex_elements = {
7277
"papersize": "a4",
7378
"pointsize": "10pt",

0 commit comments

Comments
 (0)