Skip to content

Commit

Permalink
update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jul 2, 2024
1 parent 90ed4bc commit a057e52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
version: 2
build:
os: ubuntu-20.04
jobs:
pre_install:
# see https://github.com/readthedocs/readthedocs.org/issues/8201
- git update-index --assume-unchanged ci/requirements/docs.yml docs/conf.py
# needs to be editable
- pip install -e .
tools:
python: mambaforge-4.10
sphinx:
configuration: docs/conf.py
fail_on_warning: false
conda:
environment: ci/requirements/docs.yml
formats: []

0 comments on commit a057e52

Please sign in to comment.