From 9623156b02230bcd58026eb0fa932493ac3a6c04 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7433053ad..33a1b3d74 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,10 @@ # Required version: 2 +# Build operating system +build: + os: ubuntu-22.04 + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: conf.py