Skip to content

Commit 088e1a5

Browse files
bhimrazyBorda
authored andcommitted
Fix: TorchMetrics documentation source link (#21104)
(cherry picked from commit da88f5a)
1 parent 601a3ff commit 088e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
127127
"https://pytorch.org/docs/stable/", "https://pytorch.org/docs/{torch.__version__}/", _PATH_ROOT
128128
)
129129
adjust_linked_external_docs(
130-
"https://lightning.ai/docs/torchmetrics", "https://lightning.ai/docs/torchmetrics/v{torchmetrics.__version__}/", _PATH_ROOT, version_digits=3
130+
"https://lightning.ai/docs/torchmetrics/stable/", "https://lightning.ai/docs/torchmetrics/v{torchmetrics.__version__}/", _PATH_ROOT, version_digits=3
131131
)
132132
adjust_linked_external_docs(
133133
"https://lightning.ai/docs/fabric/stable/", "https://lightning.ai/docs/fabric/{lightning_fabric.__version__}/", _PATH_ROOT, version_digits=3

0 commit comments

Comments
 (0)