1
0
forked from pool/libabigail

Workaround Sphinx race #2

Merged
jengelh merged 1 commits from bmwiedemann/libabigail:sphinx into master 2025-04-04 14:26:32 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 3 17:09:26 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Workaround Sphinx race condition (boo#1102408)
-------------------------------------------------------------------
Sun Mar 30 08:48:35 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -92,7 +92,8 @@ interesting conclusions about these differences.
--disable-static --enable-cxx11 --disable-silent-rules
%make_build
pushd doc/manuals
%make_build man info
# generate doc non-parallel to avoid triggering https://github.com/sphinx-doc/sphinx/issues/2946
make man info
popd
%install