xref: /freebsd/contrib/libcbor/.readthedocs.yaml (revision abd872540f24cfc7dbd1ea29b6918c7082a22108)
1*abd87254SEd Maste# .readthedocs.yaml
2*abd87254SEd Maste# Read the Docs configuration file
3*abd87254SEd Maste# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4*abd87254SEd Maste
5*abd87254SEd Maste# Required
6*abd87254SEd Masteversion: 2
7*abd87254SEd Maste
8*abd87254SEd Maste# Set the version of Python and other tools you might need
9*abd87254SEd Mastebuild:
10*abd87254SEd Maste  os: ubuntu-22.04
11*abd87254SEd Maste  tools:
12*abd87254SEd Maste    python: "3.11"
13*abd87254SEd Maste
14*abd87254SEd Mastesphinx:
15*abd87254SEd Maste  configuration: doc/source/conf.py
16*abd87254SEd Maste
17*abd87254SEd Maste# We recommend specifying your dependencies to enable reproducible builds:
18*abd87254SEd Maste# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
19*abd87254SEd Mastepython:
20*abd87254SEd Maste  install:
21*abd87254SEd Maste   - requirements: doc/source/requirements.txt
22