2025-07-16 12:44:48 +05:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
2025-07-23 17:48:38 +05:00
|
|
|
|
|
|
|
# Set the OS, Python version, and other tools you might need
|
2025-07-16 12:44:48 +05:00
|
|
|
build:
|
2025-07-23 17:48:38 +05:00
|
|
|
os: ubuntu-24.04
|
2025-07-16 12:44:48 +05:00
|
|
|
tools:
|
2025-07-23 17:48:38 +05:00
|
|
|
python: "3.13"
|
|
|
|
|
|
|
|
# Build documentation in the "docs/" directory with Sphinx
|
|
|
|
sphinx:
|
2025-07-23 17:52:52 +05:00
|
|
|
configuration: mkdocs.yml
|
2025-07-16 12:44:48 +05:00
|
|
|
|
2025-07-23 17:48:38 +05:00
|
|
|
# Optionally, but recommended,
|
|
|
|
# declare the Python requirements required to build your documentation
|
|
|
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
|
|
|
# python:
|
|
|
|
# install:
|
|
|
|
# - requirements: docs/requirements.txt
|
|
|
|
|