Skip to content

Commit

Permalink
Update readthedocs config (#637)
Browse files Browse the repository at this point in the history
* [readthedocs] bump python version

* modernize readthedocs config
  • Loading branch information
zsol authored Feb 1, 2022
1 parent c91655f commit ecc535c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ sphinx:

formats: all

build:
os: ubuntu-20.04
tools:
python: "3"
rust: "1.55"

python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
- method: pip
path: .
system_packages: true

0 comments on commit ecc535c

Please sign in to comment.