From 66fbe439483d32b59d5369322e45215a05418faa Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Tue, 9 Nov 2021 20:15:53 +0200 Subject: [#2161] .readthedocs.yaml --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..27b6082a17 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +build: + os: ubuntu-20.04 + tools: + python: '3.9' +formats: all +python: + install: + - requirements: doc/sphinx/src/requirements.txt +sphinx: + configuration: doc/sphinx/conf.py + fail_on_warning: true +version: 2 -- cgit v1.2.3