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
2 changes: 1 addition & 1 deletion .github/workflows/update-plugin-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install packaging requests tabulate[widechars]
pip install packaging requests tabulate[widechars] tqdm

- name: Update Plugin List
run: python scripts/update-plugin-list.py
Expand Down
1 change: 1 addition & 0 deletions changelog/451.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The PDF documentation’s list of plugins doesn’t run off the page anymore.
Loading