From 794626c4aaa18aa92698a497dc07fa18c2a4a326 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Fri, 17 Nov 2023 14:12:05 -0500 Subject: [PATCH] add os to rtd.yaml file --- .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