Skip to content

Commit

Permalink
add .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Mar 20, 2023
1 parent 208e8c1 commit 77a15e4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: mambaforge-4.10
jobs:
post_checkout:
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
pre_install:
- git update-index --assume-unchanged docs/conf.py ci/requirements/docs.yaml

conda:
environment: ci/requirements/docs.yaml

sphinx:
fail_on_warning: true
configuration: docs/conf.py

formats: []

0 comments on commit 77a15e4

Please sign in to comment.