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:
Johannes Altmanninger
2025-09-25 11:54:51 +02:00
parent 7b495497d7
commit e6541c5c93
2 changed files with 4 additions and 4 deletions

View File

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