We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af15b08 commit 3766d81Copy full SHA for 3766d81
docs/conf.py
@@ -217,16 +217,18 @@ def linkcode_resolve(
217
fn = relpath(fn, start=dirname(libtmux.__file__))
218
219
if "dev" in about["__version__"]:
220
- return "{}/blob/master/{}/{}{}".format(
+ return "{}/blob/master/{}/{}/{}{}".format(
221
about["__github__"],
222
+ "src",
223
about["__package_name__"],
224
fn,
225
linespec,
226
)
227
else:
- return "{}/blob/v{}/{}/{}{}".format(
228
+ return "{}/blob/v{}/{}/{}/{}{}".format(
229
230
about["__version__"],
231
232
233
234
0 commit comments