From d3b099c45f253957fde3810291772c3b0ef3b1aa Mon Sep 17 00:00:00 2001 From: Du Phan Date: Fri, 17 Nov 2023 15:21:10 -0500 Subject: [PATCH] add os to rtd.yaml file (#3293) --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 38e8cd6815..c8d22caea4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,11 @@ # Required version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py