File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# This is the version for the readthedocs configuration. Version 2 ignores
22# web-based configuration and uses everything from this file.
33version : 2
4+ sphinx :
5+ fail_on_warning : true
6+ configuration : docs/source/conf.py
47
58# Configure the python version and environment construction run before
69# docs are built.
@@ -16,9 +19,5 @@ python:
1619 extra_requirements :
1720 - docs
1821
19- # Doc builds will fail if there are any warnings
20- sphinx :
21- fail_on_warning : true
22-
2322formats :
2423 - pdf
Original file line number Diff line number Diff line change 55import json
66import re
77
8- from packaging .version import parse
9-
108# Load supported python versions
119with open ("python_versions.json" , "r" ) as f :
1210 versions = json .load (f )
You can’t perform that action at this time.
0 commit comments