From f35d3dc6a12fa3105c91debd9e6ec561c17bf5cb Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Fri, 23 Feb 2024 03:33:55 +0100 Subject: [PATCH] [doc] Update the readthedocs configuration (#12689) This commit adds the required elements to the readthedocs config to make it work again. ONE-DCO-1.0-Signed-off-by: Piotr Fusik --- .readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 701a526bd06..206831ec06e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,13 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 1.4 +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-lts-latest + tools: + python: "3" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -17,6 +23,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt