Skip to content

Commit edd9fa8

Browse files
committed
docs: fix RTD configuration
1 parent 2f3cc65 commit edd9fa8

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.readthedocs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ version: 2
33

44
# Image to use
55
build:
6-
image: testing
6+
image: latest
77

8-
# Configuration
8+
# Build from the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Explicitly set the version of Python and its requirements
913
python:
1014
version: 3.8
1115
install:
12-
- requirements: docs/requirements.txt
13-
- method: pip
14-
path: .
16+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)