Skip to content

Commit

Permalink
DOC: Update RTD env
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim committed May 11, 2022
1 parent faa39c3 commit e4b1018
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

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

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

# Set the version of Python and requirements required to build your docs
python:
version: 3.7
system_packages: true
system_packages: false
install:
- method: pip
path: .
Expand Down

0 comments on commit e4b1018

Please sign in to comment.