From 50023b18e1f92898c5db1ec4f34ddb650733329f Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 22 Oct 2023 19:02:44 +0200 Subject: [PATCH] Readthedocs: add requirements.txt --- .readthedocs.yaml | 6 +++--- doc/requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 doc/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5471c420..b6981f09 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,6 +27,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: doc/requirements.txt +python: + install: + - requirements: doc/requirements.txt diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 00000000..384b1466 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,2 @@ +Sphinx >= 7.2.5 +sphinx_rtd_theme >= 1.3.0