Mastodon.py/.readthedocs.yaml

19 wiersze
390 B
YAML

2024-02-11 21:02:12 +00:00
# readthedocs now requires that you barf this into your project root or else it will refuse to function
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
2024-02-11 21:19:34 +00:00
formats: all
2024-02-11 21:02:12 +00:00
sphinx:
configuration: docs/conf.py
2024-02-11 21:19:34 +00:00
python:
install:
2024-02-11 21:33:50 +00:00
- method: pip
path: .
extra_requirements:
- webpush
- blurhash
- test
- docs