From e925ab455df251a2b324ced698c93566bf6b13a4 Mon Sep 17 00:00:00 2001 From: KEriks Date: Wed, 24 Nov 2021 17:02:19 +0200 Subject: [PATCH] RTD yaml --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d3c3abe --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +# Build from the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Explicitly set the version of Python and its requirements +python: + install: + - requirements: requirements-dev.txt