Skip to content

Commit

Permalink
Merge pull request #211 from johntruckenbrodt/readthedocs_mod
Browse files Browse the repository at this point in the history
adjustments to readthedocs
  • Loading branch information
johntruckenbrodt authored Jun 23, 2022
2 parents 41cbca6 + b1b95fa commit f0e3f15
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
version: 2

build:
image: latest
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

conda:
environment: environment-dev.yml

python:
version: '3.8'
install:
- method: setuptools
path: .

formats:
- epub
- pdf

sphinx:
builder: html
configuration: docs/conf.py

0 comments on commit f0e3f15

Please sign in to comment.