Skip to content

Commit

Permalink
Use python3.8 for rtd
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Feb 16, 2021
1 parent c81c586 commit d5957b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
build:
image: latest
formats:
- htmlzip
- epub
- pdf
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit d5957b8

Please sign in to comment.