Skip to content

Commit

Permalink
update RTD yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 24, 2023
1 parent 7bddc4f commit be5a9b4
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Required
version: 2

build:
os: 'ubuntu-20.04'
os: ubuntu-22.04
tools:
python: 'mambaforge-4.10'
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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Optionally set the version of Python and requirements required to build your docs
conda:
environment: ci/doc.yml
environment: ci/doc.yml

python:
install:
- method: pip
path: .
formats: []

0 comments on commit be5a9b4

Please sign in to comment.