We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85aa1 commit 9792651Copy full SHA for 9792651
.readthedocs.yaml
@@ -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