Skip to content

Commit

Permalink
Update readthedocs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Aug 9, 2023
1 parent 7b15c78 commit 8cc4518
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.10"
jobs:
post_install:
- bash examples/run_examples.sh

python:
install:
- requirements: requirements/requirements.txt
- requirements: requirements/requirements_docs.txt
- method: setuptools
path: .
system_packages: true
- method: pip
path: .[docs]

sphinx:
configuration: docs/conf.py

0 comments on commit 8cc4518

Please sign in to comment.