Skip to content

Commit

Permalink
[Fix] fix readthedocs building (open-mmlab#2052)
Browse files Browse the repository at this point in the history
* fix readdocs

* fix again

* python version 3.7
  • Loading branch information
liuwenran committed Oct 19, 2023
1 parent 4626f74 commit dfe6767
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ version: 2

formats: [pdf, epub]

build:
os: ubuntu-22.04
tools:
python: "3.7"

python:
version: 3.7
install:
- requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt
install:
- requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt

0 comments on commit dfe6767

Please sign in to comment.