Skip to content

Commit 2be6bc5

Browse files
committed
fix(docs): updated .readthedocs.yaml
1 parent 4604a85 commit 2be6bc5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.8"
13+
814
# Build documentation in the doc/ directory with Sphinx
915
sphinx:
1016
configuration: doc/conf.py
@@ -18,5 +24,5 @@ python:
1824
version: 3.8
1925
install:
2026
- requirements: dev_requirements/doc-requirements.txt
21-
- method: setuptools
27+
- method: pip
2228
path: .

0 commit comments

Comments
 (0)