From 3f0baaafdfcc6a44de2245f0efb876e615d41f23 Mon Sep 17 00:00:00 2001 From: Ben Hauser Date: Wed, 31 Jan 2024 04:29:29 +0400 Subject: [PATCH] chore: add rtd configuration --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..0b9445389 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements-dev.txt