From f3fd17ee97eedbca6a0883ddf19a8ebf9f3505b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 3 May 2021 21:18:31 +0200 Subject: [PATCH] Add requirements.txt for old sphinx version used here Our ReadTheDocs project config now specifies the use of a requirements.txt file so builds for old branches started failing without it. (cherry picked from commit 88a376822ef62192eca19030963b85301475446d) --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..277b0ada1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +# Base dependencies + +# Sync with readthedocs: +# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt +# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/local-docs-build.txt +sphinx==1.8.5 # pyup: <2.0.0 +sphinx_rtd_theme==0.4.3 +sphinx-notfound-page==0.6