From fd5e4207c78152b340718ef8bb5229e0ddaeffc2 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Fri, 19 Jan 2024 22:05:58 +0100 Subject: [PATCH] Configure ReadTheDocs and restore the docs builds As per: https://blog.readthedocs.com/migrate-configuration-v2/ Signed-off-by: Sergey Vasilyev --- .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 00000000..b43296e3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 +formats: all +build: + os: ubuntu-22.04 + tools: + python: "3" +python: + install: + - requirements: requirements.txt + - requirements: docs/requirements.txt +sphinx: + configuration: docs/conf.py + builder: "dirhtml" +# fail_on_warning: true