Skip to content

Commit d66c250

Browse files
committed
Fix linalg link error.
1 parent 4c77556 commit d66c250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/link.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
'virtualenv':("https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#%s",None),\
1313
'mkl-mac':("https://software.intel.com/content/www/us/en/develop/tools/math-kernel-library/choose-download/macos.html%s",None),\
1414
'wsl':("https://docs.microsoft.com/en-us/windows/wsl/install-win10%s",None),\
15-
#'cytnx_namespace':("https://kaihsinwu.gitlab.io/cytnx_api/"+ _version + "/namespacecytnx.html%s",None),\
16-
#'cytnx_linalg':("https://kaihsinwu.gitlab.io/cytnx_api/" + _version + "/namespacecytnx_1_1linalg.html%s",None)\
15+
'cytnx_namespace':("../../api_build/html/versions/latest/namespacecytnx.html%s",None),\
16+
'cytnx_linalg':("../../api_build/html/versions/latest/namespacecytnx_1_1linalg.html%s",None)\
1717
}

0 commit comments

Comments
 (0)