Skip to content

Commit 9792651

Browse files
committed
Revert "Delete .readthedocs.yaml config"
This reverts commit f189348.
1 parent 5b85aa1 commit 9792651

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# Project page: https://app.readthedocs.org/projects/pydocs-translation-dashboard/
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-24.04
9+
tools:
10+
python: "3"
11+
apt_packages:
12+
- gettext
13+
jobs:
14+
post_checkout: []
15+
install:
16+
- asdf plugin add uv
17+
- asdf install uv latest
18+
pre_build:
19+
- asdf global uv latest
20+
build:
21+
html:
22+
- uv run generate.py
23+
- mkdir -p _readthedocs/html
24+
- mv index.html style.css _readthedocs/html

0 commit comments

Comments
 (0)