Skip to content

Commit 5ed94e0

Browse files
committed
fix docs by adding build info
1 parent 1fcd4a5 commit 5ed94e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 2 deletions
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,7 +24,7 @@ python:
1824
version: 3.8
1925
install:
2026
- requirements: dev_requirements/doc-requirements.txt
21-
- method: pip
22-
path: .
27+
# - method: pip
28+
# path: .
2329
- method: setuptools
2430
path: .

0 commit comments

Comments
 (0)