Skip to content

Commit

Permalink
Merge pull request #95 from zfit/fix_readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 2, 2023
2 parents 303c133 + b0180de commit 6b9fa43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ formats:
- htmlzip

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- doc
system_packages: true # can contain TF and more packages

sphinx:
builder: html
Expand Down

0 comments on commit 6b9fa43

Please sign in to comment.