rtfd: fix building with stable/latest (#18615)
This commit is contained in:
parent
3326d92692
commit
80f131c668
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url='https://lightning.ai/docs/pytorch/'" />
|
||||
</head>
|
||||
<body>
|
||||
<p>You will be redirected to PyTorch Lightning docs.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -9,4 +9,5 @@ then
|
|||
else
|
||||
echo "Void build... :-]" ;
|
||||
mkdir -p ./docs/build/html
|
||||
cp ./docs/redirect.html ./docs/build/html/index.html
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue