From dcc2c2ff5e4eb98d1cc6c4ed937184849a5be260 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 3 Oct 2023 13:20:38 -0400 Subject: [PATCH] update ReadTheDocs config --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0a1f3e39..e8c3dfbb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,9 @@ # configuration to setup readthedocs version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" sphinx: configuration: docs/conf.py # note: @@ -11,7 +15,6 @@ formats: #- pdf #- epub python: - version: "3.8" install: - requirements: requirements-sys.txt - requirements: requirements-doc.txt