From 09a96e6db96a507bc61cd991b9a2b71ad4dcd8a8 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Tue, 17 Oct 2023 08:33:58 -0700 Subject: [PATCH] Set new required build fields in the ReadTheDocs config file (#1803) * Set the OS in the ReadTheDocs build process * Add required tools.python to ReadTheDocs config file * Change Python version from number to a string --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 60d14db0..9ef346b7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,13 @@ # Required version: 2 +# Set the OS +build: + os: ubuntu-22.04 + tools: + python: "3" + + # Build documentation in the docs/ directory mkdocs: configuration: mkdocs.yml