mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
* fix(docs): add required readthedocs config --------- Co-authored-by: Alexandr Artemyev <mogost@gmail.com>
12 lines
222 B
YAML
12 lines
222 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-lts-latest
|
|
tools:
|
|
python: "3.12"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|