Merge pull request #826 from mithro/master

Add the `build` definition to `.readthedocs.yml`.
This commit is contained in:
Tim 'mithro' Ansell 2024-03-17 14:22:14 -05:00 committed by GitHub
commit a23c3e7439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,12 @@
# Required
version: 2
build:
os: ubuntu-lts-latest
tools:
# Need to use mambaforge as miniconda runs out of memory on rtd.
python: mambaforge-latest
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py