Skip to content

Commit 6b23ca1

Browse files
committed
Update .readthedocs.yaml
1 parent 239b10a commit 6b23ca1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# .readthedocs.yaml
21
# Read the Docs configuration file
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
5-
# Required
63
version: 2
74

8-
# Set the version of Python and other tools you might need
95
build:
106
os: ubuntu-20.04
117
tools:
128
python: "3.10"
139

14-
# Build documentation in the docs/ directory with Sphinx
1510
sphinx:
1611
configuration: docs/conf.py
12+
13+
python:
14+
install:
15+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)