blob: 162e9fd6186c4f5e12ddc2c042789ce7667d833e [file] [log] [blame]
Sumit Semwal96df5d72023-07-17 16:16:40 +05301# .readthedocs.yaml
Sumit Semwal96df5d72023-07-17 16:16:40 +05302# Read the Docs configuration file
Sumit Semwal96df5d72023-07-17 16:16:40 +05303# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Sumit Semwal96df5d72023-07-17 16:16:40 +05304# Required
Sumit Semwal96df5d72023-07-17 16:16:40 +05305version: 2
6
7# Set the version of Python and other tools you might need
Sumit Semwal96df5d72023-07-17 16:16:40 +05308build:
Sumit Semwal96df5d72023-07-17 16:16:40 +05309 os: ubuntu-22.04
Sumit Semwal96df5d72023-07-17 16:16:40 +053010 tools:
Sumit Semwal96df5d72023-07-17 16:16:40 +053011 python: "3.10"
Sumit Semwal96df5d72023-07-17 16:16:40 +053012 apt_packages:
Sumit Semwal96df5d72023-07-17 16:16:40 +053013 - plantuml
14
15# Other variants to build than HTML
Sumit Semwal96df5d72023-07-17 16:16:40 +053016formats: all
17
18# Build documentation in the docs/ directory with Sphinx
Sumit Semwal96df5d72023-07-17 16:16:40 +053019sphinx:
Sumit Semwal96df5d72023-07-17 16:16:40 +053020 configuration: docs/conf.py
Sumit Semwal96df5d72023-07-17 16:16:40 +053021 fail_on_warning: true
22
23# Declare the Python requirements required to build your docs
Sumit Semwal96df5d72023-07-17 16:16:40 +053024python:
Sumit Semwal96df5d72023-07-17 16:16:40 +053025 install:
Sumit Semwal96df5d72023-07-17 16:16:40 +053026 - requirements: docs/requirements.txt