Skip to content

Commit

Permalink
rtfd: fix building with stable/latest (#2101)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Borda and mergify[bot] authored Sep 24, 2023
1 parent eef32ce commit acec075
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://lightning.ai/docs/torchmetrics/'" />
</head>
<body>
<p>You will be redirected to TorchMetrics docs.</p>
</body>
</html>
1 change: 1 addition & 0 deletions docs/rtfd-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ then
else
echo "Void build... :-]" ;
mkdir -p ./docs/build/html
cp ./docs/redirect.html ./docs/build/html/index.html
fi

0 comments on commit acec075

Please sign in to comment.