From 5460ca2d9a08de6af57636575556f1188cd488e9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 10 Aug 2023 05:56:28 -0400 Subject: [PATCH] docs: use modern readthedocs build image selection (#554) --- .readthedocs.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0d6b0b44..e345a590 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,18 @@ version: 2 -formats: [htmlzip, pdf] + +formats: + - htmlzip + - pdf + +sphinx: + configuration: docs/conf.py + +build: + os: ubuntu-22.04 + tools: + python: "3.7" + python: - version: "3.7" install: - method: pip path: .