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 e07a7eb commit 029aa9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ channels:

dependencies:
- breathe
#- docutils<0.17
- 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/environment.yml
environment: docs/environment.yml

0 comments on commit 029aa9b

Please sign in to comment.