From a155f85f969ff7aa92822aa3a6963499554318a9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 18 Sep 2023 16:26:36 +0200 Subject: Add a configuration file for readthedocs --- .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 0000000..1eca5c9 --- /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 + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +formats: + - epub + - pdf + +sphinx: + configuration: doc/source/conf.py -- cgit v1.3