1- From d8bae7390a0dd02af065fb3a9c4be43be05af063 Mon Sep 17 00:00:00 2001
1+ From 442b099da06bd393b5ae53211ae2c8026dcef869 Mon Sep 17 00:00:00 2001
22From: Thomas Braun <thomas.braun@byte-physics.de>
33Date: Wed, 29 Mar 2023 18:18:04 +0200
44Subject: [PATCH 1/1] WIP: fast sphinx compilation without breathe
@@ -9,7 +9,7 @@ Subject: [PATCH 1/1] WIP: fast sphinx compilation without breathe
99 2 files changed, 3 insertions(+), 30 deletions(-)
1010
1111diff --git a/Packages/doc/conf.py b/Packages/doc/conf.py
12- index ad61b69d9..13385ff36 100644
12+ index ad61b69d90..13385ff369 100644
1313--- a/Packages/doc/conf.py
1414+++ b/Packages/doc/conf.py
1515@@ -16,11 +16,11 @@ def get_version():
@@ -36,10 +36,10 @@ index ad61b69d9..13385ff36 100644
3636 cpp_id_attributes = [ 'threadsafe' ]
3737
3838diff --git a/tools/build-documentation.sh b/tools/build-documentation.sh
39- index 1ef95581d..f0ffe5619 100755
39+ index 1375d65a07..f709100c55 100755
4040--- a/tools/build-documentation.sh
4141+++ b/tools/build-documentation.sh
42- @@ -101 ,33 +101 ,6 @@ trap "rm -rf ${top_level}/Packages/doc/IPNWB" EXIT
42+ @@ -91 ,33 +91 ,6 @@ trap "rm -rf ${top_level}/Packages/doc/IPNWB" EXIT
4343 # workaround https://github.com/sphinx-contrib/images/pull/31
4444 mkdir _video_thumbnail
4545
@@ -51,7 +51,7 @@ index 1ef95581d..f0ffe5619 100755
5151- else
5252- echo "Errors building the documentation" 1>&2
5353- echo "breathe-apidoc could not be found" 1>&2
54- - Failed
54+ - exit 1
5555- fi
5656-
5757- # Add labels to each group and each file
@@ -74,5 +74,5 @@ index 1ef95581d..f0ffe5619 100755
7474 grep "IgorPro[0-9]Nightly" $top_level/Packages/MIES_Include.ipf \
7575 | sed -e "s/^\/\/ //" \
7676- -
77- 2.40.0 .windows.1
77+ 2.42.0.rc0 .windows.1
7878
0 commit comments