From 7b7786c5653940022b15eaa265f81f33c39d8163 Mon Sep 17 00:00:00 2001 From: Jason Vander Heiden Date: Mon, 28 Aug 2023 09:51:26 -0700 Subject: [PATCH] Update RTD config to new rules --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8dac89731..b01f75714 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,9 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -12,6 +16,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt \ No newline at end of file