-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
34 lines (28 loc) · 706 Bytes
/
.readthedocs.yaml
File metadata and controls
34 lines (28 loc) · 706 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
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.14"
apt_packages:
- php-cli
- php-mbstring
- php-xml
- composer
- graphviz
- plantuml
- wget
jobs:
pre_build:
- composer install --prefer-dist --no-interaction --no-progress
- wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.9.1/phpDocumentor.phar -O /tmp/phpDocumentor.phar
- php /tmp/phpDocumentor.phar
sphinx:
configuration: docs/conf.py
formats:
- htmlzip
python:
install:
- requirements: docs/requirements.txt