From 230bc209d5eea21adf42e3ea685e747c097a3f51 Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Tue, 26 Sep 2023 18:40:19 +0200 Subject: [PATCH] Added .readthedocs.yaml --- .readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d82cd42 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +# 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.11" +sphinx: + configuration: doc/conf.py +formats: + - pdf +python: + install: + - method: pip + path: . + extra_requirements: + - doc