mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
19 lines
414 B
YAML
19 lines
414 B
YAML
|
|
# Read the Docs configuration file
|
||
|
|
# https://docs.readthedocs.io/en/stable/config-file/v2.html
|
||
|
|
|
||
|
|
version: 2
|
||
|
|
|
||
|
|
build:
|
||
|
|
os: ubuntu-24.04
|
||
|
|
tools:
|
||
|
|
python: "3.12"
|
||
|
|
|
||
|
|
sphinx:
|
||
|
|
configuration: docs/conf.py
|
||
|
|
|
||
|
|
# We recommend specifying your dependencies to enable reproducible builds:
|
||
|
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||
|
|
# python:
|
||
|
|
# install:
|
||
|
|
# - requirements: docs/requirements.txt
|