Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianguo99 committed Dec 25, 2023
1 parent 0feeae4 commit cbdb41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------
Expand Down

0 comments on commit cbdb41a

Please sign in to comment.