mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 12:15:39 +03:00
83e391847f
I've also added redirects for old links - those are configured in the admin panel, rather than in code.
14 lines
202 B
YAML
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
|