Commit e67caba
committed
Update pydata-sphinx-theme to v0.9.0
This also starts using python3-venv (in place of pip install --user).
Evidently pip is confused by system-installed "Pygments" package
and produced the following exception on GitHub Actions:
'HtmlFormatter' object has no attribute 'get_linenos_style_defs'
This can be avoided by running pip in a virtual environment.
Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>1 parent 28946ba commit e67caba
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments