Skip to content

Commit 603c073

Browse files
authored
install graphviz on RTD, make RTD fail on warnings (#152)
1 parent 4efe0c9 commit 603c073

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.readthedocs.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ build:
1010
os: ubuntu-20.04
1111
tools:
1212
python: "3.9"
13-
# You can also specify other tool versions:
14-
# nodejs: "16"
15-
# rust: "1.55"
16-
# golang: "1.17"
13+
apt_packages:
14+
- graphviz
1715

1816
# Build documentation in the docs/ directory with Sphinx
1917
sphinx:
2018
configuration: docs/conf.py
21-
22-
# If using Sphinx, optionally build your docs in additional formats such as PDF
23-
# formats:
24-
# - pdf
19+
fail_on_warning: true
2520

2621
# Optionally declare the Python requirements required to build your docs
2722
python:

0 commit comments

Comments
 (0)