From f2b03ec8ba8c226bae4e51a31b689292726c25de Mon Sep 17 00:00:00 2001 From: huangjg Date: Mon, 25 Dec 2023 19:45:58 +0800 Subject: [PATCH] update docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a8ae57f..2f30a3a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -109,7 +109,7 @@ def find_source(): filename = 'torchcp/%s#L%d-L%d' % find_source() except Exception: filename = info['module'].replace('.', '/') + '.py' - tag = 'master' + tag = 'development' url = "https://github.com/ml-stat-Sustech/TorchCP/blob/%s/%s" return url % (tag, filename)