Skip to content

Commit

Permalink
Test RTD again
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 11, 2023
1 parent 4ca6c91 commit b629e45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
jobs:
post_checkout:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py

conda:
environment: .rtd-environment.yml

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

python:
install:
- method: pip
Expand Down

0 comments on commit b629e45

Please sign in to comment.