Skip to content

Commit

Permalink
Merge pull request #2318 from Trusted-AI/dev_docs
Browse files Browse the repository at this point in the history
Fix readthedocs build
  • Loading branch information
beat-buesser committed Nov 2, 2023
2 parents 337a15f + 2a33147 commit 435d4b8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py
python:
version: 3.6
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 435d4b8

Please sign in to comment.