From 3a8daafbe8c9023c6dcd8034adfcc98893e5c303 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 29 Jul 2022 16:50:03 +0200 Subject: [PATCH] doc: update readthedoc settings This is needed to enforce the python version. Signed-off-by: Guillaume Abrioux --- .readthedocs.yaml | 6 ++++++ docs/source/conf.py | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..26877ab63 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.9" \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index e0944a57b..b5d9c692c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -152,5 +152,4 @@ texinfo_documents = [ 'Miscellaneous'), ] - - +master_doc = 'index' \ No newline at end of file