-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
41 lines (36 loc) · 941 Bytes
/
.readthedocs.yaml
File metadata and controls
41 lines (36 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-FileCopyrightText: 2022 Kent Gibson <warthog618@gmail.com>
# SPDX-FileCopyrightText: 2024 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
#
# This file is part of libgpiod.
#
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.12"
rust: "1.86"
apt_packages:
- autoconf
- autoconf-archive
# doxygen is available by default, but just in case.
- doxygen
- help2man
- gi-docgen
- gir1.2-glib-2.0-dev
- gobject-introspection
- graphviz
# Needed by rust bindgen for stdbool.h
- libclang-dev
- libglib2.0-dev-bin
- libgudev-1.0-dev
- libtool
- pandoc
- pkg-config
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt