Skip to content

Commit 860f489

Browse files
committed
update readthedocs config
- remove docs/environment.yml - install nodejs with RTD build.tools
1 parent fc4112e commit 860f489

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

docs/environment.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

readthedocs.yml

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

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
nodejs: "18"
8+
39
sphinx:
410
configuration: docs/source/conf.py
511

6-
conda:
7-
environment: docs/environment.yml
8-
9-
build:
10-
image: latest
11-
1212
python:
13-
version: 3.8
1413
install:
1514
# install ipp itself
16-
- method: pip
17-
path: .
15+
- path: .
1816
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)