From 99e249b4233bbc649f5cced0604989f0ed8c1c6c Mon Sep 17 00:00:00 2001 From: Alexey Rivkin Date: Mon, 28 Aug 2023 17:35:24 +0300 Subject: [PATCH] BUILD: Readthedocs - add OS (v1.15.x) --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2dad8585c01..e32b85b1f36 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 +# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -14,6 +20,5 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - - requirements: docs/.readthedoc.requirements.txt + - requirements: docs/.readthedoc.requirements.txt