Skip to content

Commit 9c1ecdd

Browse files
committed
Refreshing content of RTD config
1 parent c8d678b commit 9c1ecdd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.readthedocs.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
22

3-
conda:
4-
file: .rtd-environment.yml
5-
63
python:
4+
# Revise build version once more dependencies support python 3.9+
5+
version: 3.8
76
setup_py_install: true
7+
system_packages: false
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- docs
13+
- all_lt_39
814

915
sphinx:
1016
fail_on_warning: true
17+
configuration: docs/conf.py

0 commit comments

Comments
 (0)