From f8dbcf1d59e3dee4ac8489476eec8fcbeb51e5d3 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 16 Apr 2025 16:27:31 +0200
Subject: [PATCH] added build-docs with drawio flag

---
 build-docs.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100755 build-docs.sh

diff --git a/build-docs.sh b/build-docs.sh
new file mode 100755
index 0000000..c1dcfdd
--- /dev/null
+++ b/build-docs.sh
@@ -0,0 +1 @@
+sphinx-build -b html -t drawio docs/source docs/build
-- 
GitLab