From 615566001726cfe37c0845b70825ed2f81b3c95e Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Wed, 6 Sep 2023 16:34:49 -0700 Subject: [PATCH] remove obsolete section --- .readthedocs.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4e26d575e..9bba05529 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,16 +5,19 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + # Build documentation in the doc/ directory with Sphinx sphinx: configuration: doc/conf.py - fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub -formats: all +# formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: "3.10" install: - - requirements: doc/rtd-requirements.txt + - requirements: doc/rtd-requirements.txt