-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
30 lines (25 loc) · 794 Bytes
/
Copy path.readthedocs.yaml
File metadata and controls
30 lines (25 loc) · 794 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
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# author: Johannes Gerstmayr; template used from readthedocs page
# data: 2023-10-25
# description: file used by readthedocs to compile github docu online
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-24.04
tools:
python: "3.13"
jobs:
post_checkout:
- |
if git diff --quiet HEAD~1 -- docs/ .readthedocs.yaml; then
exit 183
fi
python:
install:
- requirements: docs/requirements.txt
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: conf.py