From 9143d5abc30da8af0c742d1923a41afea00ca1ff Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Mon, 21 Oct 2024 12:11:02 -0600 Subject: [PATCH] Update rtfd config file --- .readthedocs.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa0d11fd..c4659777 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,24 +1,18 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: false -formats: - - htmlzip - python: - version: 3.8 install: - requirements: requirements-docs.txt - requirements: requirements.txt - method: pip path: . - system_packages: false - -conda: - environment: environment-docs.yml - -build: - image: latest