mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 23:02:25 -05:00
[chore] update readthedocs deps, use conda (#1742)
* [chore] update readthedocs deps, use conda * work this time thx
This commit is contained in:
parent
5027d0ced2
commit
9b4b4d4eb8
4 changed files with 22 additions and 82 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue