From cbdb41a49e02a6140dc9919d328c889ac93b867c Mon Sep 17 00:00:00 2001 From: huangjg Date: Mon, 25 Dec 2023 19:52:10 +0800 Subject: [PATCH] update docs --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c47f15..a8ae57f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -109,8 +109,8 @@ def find_source(): filename = 'torchcp/%s#L%d-L%d' % find_source() except Exception: filename = info['module'].replace('.', '/') + '.py' - tag = 'development' - url = "https://github.com/ml-stat-Sustech/TorchCP/%s/%s" + tag = 'master' + url = "https://github.com/ml-stat-Sustech/TorchCP/blob/%s/%s" return url % (tag, filename) # -- Options for HTML output -------------------------------------------------