From 2974649206bca398faa3a653a96deed1f84bb86e Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Fri, 5 May 2023 11:46:40 -0600 Subject: [PATCH] docs: Fix docs build by specifying OS in RTD config file (#1673) * docs: Fix docs build by specifying OS in RTD config file * Add `build.tools` * Remove bad `python.version` config --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index af8749fc5..decc69828 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: true python: - version: 3.8 install: # - requirements: docs/requirements.txt - method: pip