From 71726fbe3a1d8caf47b4bec89230cc74e153ed2d Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 28 Sep 2023 14:17:09 -0700 Subject: [PATCH] Add required tools.python to ReadTheDocs config file --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82936806..30c1a526 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,9 @@ version: 2 # Set the OS build: os: ubuntu-22.04 + tools: + python: 3 + # Build documentation in the docs/ directory mkdocs: