forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
42 lines (35 loc) · 779 Bytes
/
.readthedocs.yaml
File metadata and controls
42 lines (35 loc) · 779 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
42
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: "ubuntu-24.04"
tools:
python: "3.12"
jobs:
post_checkout:
- (git --no-pager log --pretty="tformat:%s -- %b" -1 | paste -s -d " " | grep -viqP "skip ci|ci skip") || exit 183
pre_build:
- ./doc/rtd/pre_build.sh
- cd doc && make doxygen generated_rst_files
apt_packages:
- ant
- cmake
- doxygen
- g++
- libproj-dev
- make
- openjdk-11-jdk-headless
- patchelf
- swig
- unzip
formats:
- htmlzip
- pdf
python:
install:
- requirements: doc/requirements.txt
sphinx:
configuration: doc/source/conf.py
fail_on_warning: true