diff options
| author | 2023-05-06 17:33:37 +0200 | |
|---|---|---|
| committer | 2023-05-06 17:33:37 +0200 | |
| commit | 9b4b4d4eb81e16783eb3f21bea6c997d560c0cbe (patch) | |
| tree | 3ee91e76dbd45e01120ac991fc9975d02b15b98c /.readthedocs.yaml | |
| parent | [bugfix] Serve correct 'application/jrd+json' content type for webfinger requ... (diff) | |
| download | gotosocial-9b4b4d4eb81e16783eb3f21bea6c997d560c0cbe.tar.xz | |
[chore] update readthedocs deps, use conda (#1742)
* [chore] update readthedocs deps, use conda
* work this time thx
Diffstat (limited to '.readthedocs.yaml')
| -rw-r--r-- | .readthedocs.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f4d354218..e7be47aa6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,13 @@ # Required version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba + mkdocs: - configuration: mkdocs.yml + configuration: "mkdocs.yml" -python: - install: - - requirements: docs/requirements.txt +conda: + environment: "docs/environment.yml" |
