Skip to content

Commit

Permalink
Update doc build (#209)
Browse files Browse the repository at this point in the history
* try to fix docs

* try to fix docs
  • Loading branch information
fmaussion committed Oct 29, 2021
1 parent 0486837 commit 80ad2f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: salem-docs
channels:
# Don't change to pkgs/main, as it causes random timeouts in readthedocs
- conda-forge
- nodefaults
dependencies:
- python=3.7
- python=3.8
- bottleneck
- cartopy
- ipykernel
Expand All @@ -20,6 +22,4 @@ dependencies:
- descartes
- sphinx-gallery
- scikit-image
- pip
- pip:
- motionless
- motionless
13 changes: 9 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
version: 2
build:
image: latest
conda:
file: docs/environment.yml
python:
version: 3.7
setup_py_install: true
environment: docs/environment.yml
sphinx:
fail_on_warning: false
formats: []
python:
# Install our python package before building the docs
install:
- method: pip
path: .

0 comments on commit 80ad2f2

Please sign in to comment.