Skip to content

Commit 0fd420e

Browse files
committed
[doc] Add .readthedocs.yaml
Preparing for this change: https://blog.readthedocs.com/migrate-configuration-v2/ Signed-off-by: David Cantrell <[email protected]>
1 parent 1500978 commit 0fd420e

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.readthedocs.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
# .readthedocs.yaml
3+
# Read the Docs configuration file
4+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5+
6+
# Required
7+
version: 2
8+
9+
# Set the version of Python and other tools you might need
10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.11"
14+
15+
# Build documentation in the docs/ directory with Sphinx
16+
sphinx:
17+
builder: html
18+
configuration: docs/conf.py
19+
20+
formats:
21+
- pdf
22+
- epub
23+
24+
# We recommend specifying your dependencies to enable reproducible builds:
25+
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
26+
python:
27+
install:
28+
- requirements: docs/rtd-requirements.txt

doc/Makefile doc/GNUmakefile

File renamed without changes.

doc/rtd-requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)