Skip to content

Commit

Permalink
Merge pull request #1311 from pllim/update-rtd
Browse files Browse the repository at this point in the history
DOC: Update RTD env
  • Loading branch information
kecnry authored May 11, 2022
2 parents 6eb93b8 + e0957a3 commit 61c6102
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
version: 2

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

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

python:
version: 3.8
system_packages: false
install:
- method: pip
path: .
extra_requirements:
- docs

# Don't build any extra formats
formats: []

0 comments on commit 61c6102

Please sign in to comment.