Skip to content

Commit 6cd5622

Browse files
authored
Merge pull request #2229 from bsipocz/RTD_config_cleanup
Refreshing content of RTD config
2 parents ed043fb + ec2efbe commit 6cd5622

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.readthedocs.yaml

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

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

914
sphinx:
1015
fail_on_warning: true
16+
configuration: docs/conf.py

0 commit comments

Comments
 (0)