From e3904a168581d1a9f67e7399ac01f6ad6f578c43 Mon Sep 17 00:00:00 2001 From: Phlya Date: Mon, 16 Oct 2023 15:51:42 +0200 Subject: [PATCH] Add .readthedocs.yml --- .readthedocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..3b85c84 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.10" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt