diff --git a/docs/conf.py b/docs/conf.py index 1a537f261c7..9a8bbcaf0d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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: