2023-06-02 22:27:44 -07:00
|
|
|
# Read the Docs configuration file
|
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
os: ubuntu-22.04
|
|
|
|
|
tools:
|
2024-11-06 09:31:01 -05:00
|
|
|
python: "3.12"
|
2025-07-28 14:12:46 +01:00
|
|
|
jobs:
|
|
|
|
|
post_checkout:
|
|
|
|
|
- git fetch --unshallow || true
|
2023-06-02 22:27:44 -07:00
|
|
|
|
2025-05-23 11:09:53 +02:00
|
|
|
mkdocs:
|
|
|
|
|
configuration: mkdocs.yaml
|
2025-09-24 20:30:33 +01:00
|
|
|
fail_on_warning: true
|
2023-06-02 22:27:44 -07:00
|
|
|
|
|
|
|
|
# Optionally declare the Python requirements required to build your docs
|
|
|
|
|
python:
|
2024-11-06 02:11:55 -05:00
|
|
|
install:
|
2025-03-08 17:44:35 +01:00
|
|
|
- requirements: requirements/docs.txt
|