dejafu/.readthedocs.yaml
Michael Walker 83e391847f
Redirect old readthedocs site
I've also added redirects for old links - those are configured in the
admin panel, rather than in code.
2023-10-19 20:31:09 +01:00

14 lines
202 B
YAML

version: "2"
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python:
install:
- requirements: docs/readthedocs/requirements.txt
sphinx:
configuration: docs/readthedocs/source/conf.py