From 135a2a6a441dcab958afa72a40cb08734d9be19a Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 5 Oct 2023 20:09:29 +0200 Subject: [PATCH] Update conf.py --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 1ec38af4..c7181cb3 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -18,7 +23,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: "3.9" install: - requirements: requirements.txt - requirements: sphinx-rtd-theme \ No newline at end of file