[chore] update readthedocs deps, use conda (#1742)

* [chore] update readthedocs deps, use conda

* work this time thx
This commit is contained in:
tobi 2023-05-06 17:33:37 +02:00 committed by GitHub
commit 9b4b4d4eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 82 deletions

View file

@ -5,9 +5,13 @@
# Required
version: 2
mkdocs:
configuration: mkdocs.yml
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
python:
install:
- requirements: docs/requirements.txt
mkdocs:
configuration: "mkdocs.yml"
conda:
environment: "docs/environment.yml"