django-axes/.readthedocs.yaml
Aleksi Häkli 976399e30a
Clean up RTD build spec
Remove unnecessary comments
2023-08-17 12:42:58 +03:00

15 lines
318 B
YAML

# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: requirements.txt