Skip to content

Commit bcb31f0

Browse files
committed
try to solve build failures at https://readthedocs.org/
1 parent d208cfb commit bcb31f0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Currently, RTD needs to select an OS with OpenSSL>=1.1.1 because of
9+
# urllib3's dependence on that system library. (alternately, pin urllib3<2
10+
# See https://github.com/urllib3/urllib3/issues/2168
11+
build:
12+
os: ubuntu-22.04
13+
tools:
14+
python: "3.10"
15+
16+
# Build documentation in the docs/ directory with Sphinx
17+
sphinx:
18+
configuration: docs/conf.py
19+
fail_on_warning: true

0 commit comments

Comments
 (0)