Skip to content

Commit

Permalink
Try to build docs differently
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Sep 6, 2022
1 parent b9e353c commit 77625b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.8
- python=3.10
- bottleneck
- cartopy
- ipykernel
Expand Down
15 changes: 6 additions & 9 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
version: 2
build:
image: latest
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
conda:
environment: docs/environment.yml
environment: docs/environment.yml
sphinx:
fail_on_warning: false
formats: []
python:
# Install our python package before building the docs
install:
- method: pip
path: .
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit 77625b8

Please sign in to comment.