From 7b2cf0340f23c7c3523eb80bb13e847bf99639a8 Mon Sep 17 00:00:00 2001 From: dachengx Date: Wed, 20 Dec 2023 13:12:24 -0600 Subject: [PATCH] Update readthedocs configuration --- .readthedocs.yml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f6dd6953..5bf2645f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,14 +7,21 @@ sphinx: configuration: docs/source/conf.py build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" python: - version: 3.8 - install: - - method: pip - path: . - extra_requirements: - - docs - - method: setuptools - path: . + install: + - requirements: requirements.txt + - requirements: docs/doc_requirements.txt + - method: pip + path: . + extra_requirements: + - docs + - method: setuptools + path: . + +formats: + - htmlzip + - epub