Skip to content

Commit

Permalink
Fixed RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 29, 2023
1 parent 283f2b8 commit 7445569
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: xtensor-docs

channels:
- conda-forge
- conda-forge

dependencies:
- breathe
- breathe
- sphinx_rtd_theme
9 changes: 8 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
file: docs/rtd_environment.yml
environment: docs/rtd_environment.yml

0 comments on commit 7445569

Please sign in to comment.