From 42c194f82156896298ba58d92db38fc612dc285e Mon Sep 17 00:00:00 2001 From: John Parton Date: Fri, 13 Oct 2023 15:33:50 -0500 Subject: [PATCH] Don't try to build pdf and esoteric docs for read the docs, just html. --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f0c1739..5101da8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,10 +3,9 @@ build: os: ubuntu-22.04 tools: python: "3.10" - rust: "1.64" + rust: "1.70" sphinx: configuration: docs/conf.py -formats: all python: install: - requirements: docs/requirements.txt