From e91926e3cfa335da3ae3ef812cee408b150a1b5a Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 14 Jun 2023 14:17:17 +0200 Subject: [PATCH] Add newly-required ReadTheDocs configuration file --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..cd147b4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Version of Python and requirements required to build the docs +python: + install: + - requirements: docs/requirements.txt