From d280414a1862e4ebf22abf6b9939ebd48ddd4a58 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 4 Jan 2024 15:57:25 +0100 Subject: [PATCH] Define Python requirements needed to build the docs --- .readthedocs.yaml | 5 +++++ docs/requirements.txt | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8820ddf..9a61c94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,3 +12,8 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + +# Python requirements required to build the documentation +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..8213302 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx +sphinx_rtd_theme