Skip to content

Commit 01b2acb

Browse files
committed
Try to fix readthedocs config
1 parent 688658e commit 01b2acb

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

doc/readthedocs-environment.yml

-14
This file was deleted.

readthedocs.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
conda:
2-
file: doc/readthedocs-environment.yml
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: 3.8
7+
38
python:
4-
pip_install: true
9+
install:
10+
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)