1
- From d8bae7390a0dd02af065fb3a9c4be43be05af063 Mon Sep 17 00:00:00 2001
1
+ From 442b099da06bd393b5ae53211ae2c8026dcef869 Mon Sep 17 00:00:00 2001
2
2
From: Thomas Braun <thomas.braun@byte-physics.de>
3
3
Date: Wed, 29 Mar 2023 18:18:04 +0200
4
4
Subject: [PATCH 1/1] WIP: fast sphinx compilation without breathe
@@ -9,7 +9,7 @@ Subject: [PATCH 1/1] WIP: fast sphinx compilation without breathe
9
9
2 files changed, 3 insertions(+), 30 deletions(-)
10
10
11
11
diff --git a/Packages/doc/conf.py b/Packages/doc/conf.py
12
- index ad61b69d9..13385ff36 100644
12
+ index ad61b69d90..13385ff369 100644
13
13
--- a/Packages/doc/conf.py
14
14
+++ b/Packages/doc/conf.py
15
15
@@ -16,11 +16,11 @@ def get_version():
@@ -36,10 +36,10 @@ index ad61b69d9..13385ff36 100644
36
36
cpp_id_attributes = [ 'threadsafe' ]
37
37
38
38
diff --git a/tools/build-documentation.sh b/tools/build-documentation.sh
39
- index 1ef95581d..f0ffe5619 100755
39
+ index 1375d65a07..f709100c55 100755
40
40
--- a/tools/build-documentation.sh
41
41
+++ 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
43
43
# workaround https://github.com/sphinx-contrib/images/pull/31
44
44
mkdir _video_thumbnail
45
45
@@ -51,7 +51,7 @@ index 1ef95581d..f0ffe5619 100755
51
51
- else
52
52
- echo "Errors building the documentation" 1>&2
53
53
- echo "breathe-apidoc could not be found" 1>&2
54
- - Failed
54
+ - exit 1
55
55
- fi
56
56
-
57
57
- # Add labels to each group and each file
@@ -74,5 +74,5 @@ index 1ef95581d..f0ffe5619 100755
74
74
grep "IgorPro[0-9]Nightly" $top_level/Packages/MIES_Include.ipf \
75
75
| sed -e "s/^\/\/ //" \
76
76
- -
77
- 2.40.0 .windows.1
77
+ 2.42.0.rc0 .windows.1
78
78
0 commit comments