Skip to content

Commit

Permalink
update readthedocs python config
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Nov 20, 2023
1 parent 0990940 commit eee06d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ version: 2

build:
os: ubuntu-22.04
image: latest
tools:
python: "3.11"

python:
version: "3.8"
install:
- requirements: requirements/requirements_docs.txt
- method: setuptools
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py

0 comments on commit eee06d0

Please sign in to comment.