mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
Enable sphinx parallelism also when building markdown release notes
We get a warning about sphinx_markdown_builder not being parallelizable. Fix that. Ref: https://github.com/liran-funaro/sphinx-markdown-builder/pull/38
This commit is contained in:
@@ -6,5 +6,6 @@ permissions:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: pip install sphinx-markdown-builder==0.6.8
|
||||
- run: |
|
||||
pip install git+https://github.com/krobelus/sphinx-markdown-builder@ae8cf577bfb263dcda509ad449a331b9b74664fa
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user