From 9f3b122693c9c3d9dcd49393b8e9af22f4767daf Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Tue, 3 Oct 2023 02:15:25 -0300 Subject: [PATCH] Update .readthedocs.yml to new api --- .readthedocs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 641a35e..912a50d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,9 @@ version: 2 # Select the Docker image used for building the docs. build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" # Build documentation in the docs/directory with Sphinx sphinx: @@ -20,6 +22,5 @@ formats: all # Configure python for install requirements python: - version: 3.8 install: - - requirements: docs/docs_requirements.txt \ No newline at end of file + - requirements: docs/docs_requirements.txt