From d694210a2a69a7197c88138c6b0ea9bbf55d199a Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Sat, 15 Jun 2024 00:00:29 -0400 Subject: [PATCH] Add build information to config. --- .readthedocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 99462c2..4d9eae6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,16 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -18,6 +28,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.9 install: - requirements: requirements.txt