Skip to content

Commit 3281563

Browse files
committed
Continued debugging for readthedocs
1 parent df341fd commit 3281563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def linkcode_resolve(domain, info):
238238
else:
239239
linestart = ""
240240
linestop = ""
241-
241+
print(f'filepath: {filepath}')
242242
codelink = linkcode_url.format(
243243
filepath=filepath, linestart=linestart, linestop=linestop)
244244
return codelink

0 commit comments

Comments
 (0)