We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3cc65 commit edd9fa8Copy full SHA for edd9fa8
1 file changed
.readthedocs.yml
@@ -3,12 +3,14 @@ version: 2
3
4
# Image to use
5
build:
6
- image: testing
+ image: latest
7
8
-# Configuration
+# 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
13
python:
14
version: 3.8
15
install:
- - requirements: docs/requirements.txt
- - method: pip
- path: .
16
+ - requirements: docs/requirements.txt
0 commit comments