django-axes/.readthedocs.yaml

16 lines
318 B
YAML
Raw Permalink Normal View History

2023-08-17 09:32:44 +00:00
# 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
2023-08-17 09:35:06 +00:00
formats:
- pdf
- epub
2023-08-17 09:35:11 +00:00
python:
install:
- requirements: requirements.txt