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 1a61dee commit 60959d3Copy full SHA for 60959d3
.readthedocs.yml
@@ -0,0 +1,17 @@
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
+ commands:
12
+ - asdf plugin add uv
13
+ - asdf install uv latest
14
+ - asdf global uv latest
15
+ - uv run generate.py
16
+ - mkdir -p _readthedocs/html
17
+ - mv index.html style.css _readthedocs/html
0 commit comments