From 152a861d2e68df90691f30ca566eeaba1defe8ef Mon Sep 17 00:00:00 2001 From: Jeev B Date: Wed, 20 Sep 2023 11:45:52 -0700 Subject: [PATCH] add build.os for read the docs Signed-off-by: Jeev B --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7433053ad..40f82afa0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,12 +5,17 @@ # Required version: 2 +# Build operating system +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: conf.py # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: doc-requirements.txt