We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3326d92 commit 80f131cCopy full SHA for 80f131c
docs/redirect.html
@@ -0,0 +1,9 @@
1
+<!doctype html>
2
+<html>
3
+ <head>
4
+ <meta http-equiv="refresh" content="0; url='https://lightning.ai/docs/pytorch/'" />
5
+ </head>
6
+ <body>
7
+ <p>You will be redirected to PyTorch Lightning docs.</p>
8
+ </body>
9
+</html>
docs/rtfd-build.sh
@@ -9,4 +9,5 @@ then
else
10
echo "Void build... :-]" ;
11
mkdir -p ./docs/build/html
12
+ cp ./docs/redirect.html ./docs/build/html/index.html
13
fi
0 commit comments