Skip to content

Commit bcad6e8

Browse files
authored
Make plugin list in PDF docs readable (#9241)
The current PDF docs attempt to format the list of all plugins as a table, without any word-wrapping of the plugin description. That results in almost all the information getting cut off. This PR formats the same information into more of a paragraph format for the PDF, with nothing cut off. Fixes #451
1 parent b7fc000 commit bcad6e8

File tree

4 files changed

+7609
-957
lines changed

4 files changed

+7609
-957
lines changed

.github/workflows/update-plugin-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install packaging requests tabulate[widechars]
34+
pip install packaging requests tabulate[widechars] tqdm
3535
3636
- name: Update Plugin List
3737
run: python scripts/update-plugin-list.py

changelog/451.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The PDF documentation’s list of plugins doesn’t run off the page anymore.

0 commit comments

Comments
 (0)