From d3c79c01148b4d4b309a4383e588d3d2a775d76d Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 3 Nov 2021 20:20:39 -0100 Subject: [PATCH] Create .readthedocs.yaml --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..89bac28ca --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py + +formats: + - pdf