Skip to content

Commit

Permalink
start readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alegresor committed Jun 27, 2022
1 parent 8e765c0 commit abdb90e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://gist.github.com/zonca/c6f29060a2e77cffcfb155dd4ef1a558
version: 2

conda:
environment: requirements/environment.yml

build:
image: latest

# This part is necessary otherwise the project is not built
python:
version: 3.7
install:
- method: pip
path: .

# By default readthedocs does not checkout git submodules
submodules:
include: all

0 comments on commit abdb90e

Please sign in to comment.