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