From 36ed34bbc58ef18600e601546c8415c8b3b62949 Mon Sep 17 00:00:00 2001 From: I-Bouros Date: Wed, 24 Jan 2024 11:17:30 +0000 Subject: [PATCH] add a .readthedocs.yaml file --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..127bcc565 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: .requirements-docs.txt + - method: setuptools + path: . \ No newline at end of file