annotate .readthedocs.yaml @ 447:2f59d326cc0d

Update CHANGELOG
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 31 Oct 2024 10:02:21 +0100
parents 3a4a57e87996
children
rev   line source
amine@435 1 # Read the Docs configuration file for Sphinx projects
amine@435 2 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
amine@435 3
amine@435 4 # Required
amine@435 5 version: 2
amine@435 6
amine@435 7 # Set the OS, Python version and other tools you might need
amine@435 8 build:
amine@435 9 os: ubuntu-22.04
amine@435 10 tools:
amine@435 11 python: "3.12"
amine@435 12
amine@435 13 # Build documentation in the "doc/" directory with Sphinx
amine@435 14 sphinx:
amine@435 15 configuration: doc/conf.py
amine@435 16 # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
amine@435 17 # builder: "dirhtml"
amine@435 18 # Fail on all warnings to avoid broken references
amine@435 19 # fail_on_warning: true
amine@435 20
amine@435 21 # Optionally build your docs in additional formats such as PDF and ePub
amine@435 22 # formats:
amine@435 23 # - pdf
amine@435 24 # - epub
amine@435 25
amine@435 26 # Optional but recommended, declare the Python requirements required
amine@435 27 # to build your documentation
amine@435 28 # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
amine@438 29 python:
amine@438 30 install:
amine@438 31 - requirements: doc/requirements.txt