Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 20, 2023
1 parent 0c7dee5 commit 7b2cf03
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b2cf03

Please sign in to comment.