Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: astral-sh/setup-uv@v5
- uses: actions/checkout@v4
- run: sudo apt-get install -y gettext
- run: pip install -r requirements.txt
- run: uv run generate.py # generates index.html and index.json
- run: mkdir -p build && cp index.* style.css build
- name: Deploy 🚀
Expand Down
9 changes: 0 additions & 9 deletions generate.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "gitpython",
# "potodo",
# "jinja2",
# "docutils",
# ]
# ///
import json
import concurrent.futures
import itertools
Expand Down
12 changes: 0 additions & 12 deletions generate_metadata.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "gitpython",
# "potodo",
# "jinja2",
# "sphinx",
# "python-docs-theme",
# "dacite",
# "sphinx-lint",
# ]
# ///
import concurrent.futures
import itertools
import logging
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
gitpython
potodo
jinja2
docutils
sphinx
python-docs-theme
dacite
sphinx-lint
Loading