Skip to content

Commit 435d4b8

Browse files
authored
Merge pull request #2318 from Trusted-AI/dev_docs
Fix readthedocs build
2 parents 337a15f + 2a33147 commit 435d4b8

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

readthedocs.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
version: 2
2+
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.9"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
215
sphinx:
316
configuration: docs/conf.py
4-
python:
5-
version: 3.6
6-
install:
7-
- method: pip
8-
path: .
9-
extra_requirements:
10-
- docs

0 commit comments

Comments
 (0)