Skip to content

Commit ff75313

Browse files
rffontenellem-aciek
authored andcommitted
Create .readthedocs.yml
1 parent 1a61dee commit ff75313

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)