Skip to content

Commit 98b5eb7

Browse files
authored
fix(.readthedocs.yaml): fix docs failing issue (#689)
1 parent e55db0a commit 98b5eb7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yaml

+7-2
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
@@ -15,8 +21,7 @@ submodules:
1521
exclude: all
1622

1723
python:
18-
version: 3.8
1924
install:
2025
- requirements: dev_requirements/doc-requirements.txt
21-
- method: setuptools
26+
- method: pip
2227
path: .

0 commit comments

Comments
 (0)