Skip to content

Commit 9780b5c

Browse files
committed
Fixed RTD build
1 parent b92f69a commit 9780b5c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: xtensor-r-docs
22

33
channels:
4-
- QuantStack
4+
- conda-forge
55

66
dependencies:
77
- breathe
8+
- sphinx_rtd_theme

readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "mambaforge-22.9"
7+
18
conda:
2-
file: docs/environment.yml
9+
environment: docs/environment.yml

0 commit comments

Comments
 (0)