Skip to content

Commit

Permalink
Reimplementation of PR #512 with latest main branch (#520)
Browse files Browse the repository at this point in the history
* changed exact pins for minimum versions

* force python<3.10

* apply same changes as PR 512
  • Loading branch information
MarcAntoineSchmidtQC committed Feb 19, 2022
1 parent 4459501 commit 54fe868
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10
sphinx:
configuration: docs/conf.py
formats:
- pdf
conda:
environment: environment.yml
python:
install:
- method: pip
path: .
- method: pip
path: .
conda:
environment: environment.yml
formats:
- pdf

0 comments on commit 54fe868

Please sign in to comment.