From 62839f2bd4fa73042ccad7f784ecf3b23d6a76f6 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Thu, 26 Dec 2024 23:28:00 +0100 Subject: [PATCH] Log versions. --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 758d991d6..58542eba0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - "graphviz" jobs: pre_build: + - "lsb_release -a && gcc --version" - "./configure CXXFLAGS='-O0 -std=c++23' --enable-documentation" - "mkdir -p doc/doxygen-html" - "cd doc && doxygen"