From c37226f3a32ad8c88f50e0912537dd8c65e0d5a6 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 22 Jan 2024 13:13:56 -0500 Subject: [PATCH] docs(rtd): fix .readthedocs.yml (add build section) --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 143803d54..2c1a1baa5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: .doc/conf.py @@ -19,7 +25,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: etc/requirements.pip.txt - requirements: .doc/requirements.rtd.txt