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
This commit is contained in:
andrewdotn
2021-10-28 02:31:52 -06:00
committed by GitHub
parent b7fc0003fd
commit bcad6e8e9a
4 changed files with 7608 additions and 956 deletions

View File

@@ -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