Revision ba7f2d5dc8a6f77c91a3bb9e54b5ca39abcdb939 authored by Kai Mühlbauer on 26 September 2023, 08:12:44 UTC, committed by GitHub on 26 September 2023, 08:12:44 UTC
1 parent da647b0
Raw File
.readthedocs.yaml
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
      - git fetch --unshallow || true
    pre_install:
      - git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml

conda:
  environment: ci/requirements/doc.yml

sphinx:
  fail_on_warning: true

formats: []
back to top