Skip to content

Commit 718014f

Browse files
Update readthedocs configuration file (#1382)
1 parent a9d3c06 commit 718014f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

readthedocs.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
---
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
26
build:
3-
image: latest
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.8"
10+
11+
sphinx:
12+
configuration: docs/source/conf.py
13+
fail_on_warning: true
414

515
python:
6-
version: 3.8
7-
pip_install: true
16+
install:
17+
- method: pip
18+
path: .

0 commit comments

Comments
 (0)