Skip to content

Commit

Permalink
Return link directly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Oct 9, 2024
1 parent 729043b commit 30a3a7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,7 @@ def linkcode_resolve(domain, info):
else:
tag = f"v{flytekit.__version__}"

out = f"https://github.com/flyteorg/flytekit/blob/{tag}/{fn}{linespec}"
return out
return f"https://github.com/flyteorg/flytekit/blob/{tag}/{fn}{linespec}"


def setup(app: sphinx.application.Sphinx) -> None:
Expand Down

0 comments on commit 30a3a7d

Please sign in to comment.