From 630349eb02604183b38be86cde4faa9b12234643 Mon Sep 17 00:00:00 2001 From: Iurii Tatishchev Date: Sat, 29 May 2021 15:11:52 -0700 Subject: [PATCH] Update documentation.sh --- README.rst | 0 documentation.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 README.rst diff --git a/README.rst b/README.rst deleted file mode 100644 index e69de29..0000000 diff --git a/documentation.sh b/documentation.sh index 429a41f..7882192 100755 --- a/documentation.sh +++ b/documentation.sh @@ -19,5 +19,5 @@ retry() { } m2r README.md --overwrite -sphinx-build -b html docs/source build/webserver/docs +retry 10 sphinx-build -b html docs/source build/webserver/docs rm README.rst