Skip to content

Commit bace8e3

Browse files
authored
Merge pull request #577 from Backblaze/blind_fix_rtd
Add Read the Docs build config
2 parents d2c6fc0 + 5629cfe commit bace8e3

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-24.04
5+
tools:
6+
python: "3.14"
7+
apt_packages:
8+
- graphviz
9+
- plantuml
10+
11+
sphinx:
12+
configuration: doc/source/conf.py
13+
fail_on_warning: true
14+
15+
python:
16+
install:
17+
- method: uv
18+
command: sync
19+
groups:
20+
- doc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a checked-in Read the Docs build configuration so docs builds install the required doc dependencies and system packages.

0 commit comments

Comments
 (0)