From 4627a4dd79115a4f3e0fe4ae5d4395af09092009 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 28 Sep 2023 14:12:17 -0700 Subject: [PATCH] Set the OS in the ReadTheDocs build process --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 60d14db0..82936806 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ # Required version: 2 +# Set the OS +build: + os: ubuntu-22.04 + # Build documentation in the docs/ directory mkdocs: configuration: mkdocs.yml