From 80f131c668f83d21779b0120957466a23b24a5af Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Sat, 23 Sep 2023 07:40:22 +0200 Subject: [PATCH] rtfd: fix building with stable/latest (#18615) --- docs/redirect.html | 9 +++++++++ docs/rtfd-build.sh | 1 + 2 files changed, 10 insertions(+) create mode 100644 docs/redirect.html diff --git a/docs/redirect.html b/docs/redirect.html new file mode 100644 index 0000000000..d57d8a49df --- /dev/null +++ b/docs/redirect.html @@ -0,0 +1,9 @@ + + +
+ + + +You will be redirected to PyTorch Lightning docs.
+ + diff --git a/docs/rtfd-build.sh b/docs/rtfd-build.sh index c70b440794..23980b7268 100644 --- a/docs/rtfd-build.sh +++ b/docs/rtfd-build.sh @@ -9,4 +9,5 @@ then else echo "Void build... :-]" ; mkdir -p ./docs/build/html + cp ./docs/redirect.html ./docs/build/html/index.html fi