chiark / gitweb /
doc: show pybind11 and doxygen versions in the build status page.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 14:24:16 +0000 (16:24 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 14:28:41 +0000 (16:28 +0200)
doc/build-status.html.in
package/ci/circleci.yml

index e551d26175d6b7e15335a09a11081af3ae4250b7..b64d60a68443763a18c0d4ede0e9df49aee9591a 100644 (file)
@@ -2,13 +2,14 @@
   <thead>
     <tr>
       <th style="border-bottom-width: 0;"></th>
-      <th>Python<br />3.6</th>
-      <th>Python<br />3.7</th>
-      <th>Python<br />3.8</th>
-      <th>Python<br />3.9</th>
-      <th>Python<br />3.10</th>
-      <th>Python<br />3.11</th>
-      <th>Python<br />3.12</th>
+      <!-- try to keep these consistent with package/ci/circleci.yml -->
+      <th><abbr title="pybind11 2.3.0, doxygen 1.8.16">Python<br />3.6</abbr></th>
+      <th><abbr title="pybind11 2.3.0, doxygen 1.8.16">Python<br />3.7</abbr></th>
+      <th><abbr title="pybind11 2.4.3, doxygen 1.8.17">Python<br />3.8</abbr></th>
+      <th><abbr title="pybind11 2.5.0, doxygen 1.8.18">Python<br />3.9</abbr></th>
+      <th><abbr title="pybind11 2.11.1, doxygen 1.9.3">Python<br />3.10</abbr></th>
+      <th><abbr title="pybind11 2.11.1, doxygen 1.9.8">Python<br />3.11</abbr></th>
+      <th><abbr title="pybind11 2.11.1, doxygen 1.11.0">Python<br />3.12</abbr></th>
     </tr>
     <tr>
       <th class="m-text-right m-text-middle" style="border-top-width: 0;">code coverage</th>
index b80fd55a3817fc63d28333e338e5f29f29e35f04..e3cc43b6add329dfbcf23e41a38c85e62bc7360f 100644 (file)
@@ -191,6 +191,9 @@ commands:
           coverage combine
           codecov
 
+# NOTE: Try to keep the versions reflected in doc/build-status.html.in for
+#   easier debugging when something goes wrong
+
 jobs:
   py306:
     executor: python-3_06