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
3 changes: 0 additions & 3 deletions .ackrc

This file was deleted.

3 changes: 0 additions & 3 deletions .dir-locals.el

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Retrieve some git history, which will hopefully include the last release tag
# and enable us to generate better version numbers.
fetch-depth: 256

- name: Install uv
uses: astral-sh/setup-uv@v6
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
# Retrieve some git history, which will hopefully include the last release tag
# and enable us to generate better version numbers.
- git fetch --depth=256
apt_packages:
- build-essential
- pkg-config
Expand Down