From 943332d2d7d6f4cd6d443e3081df60a7f8dda37d Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 16 Apr 2025 13:31:20 +0200
Subject: [PATCH] build docs

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 1db7951..95ffe2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,4 +18,4 @@ commands =
     coverage report --fail-under=90
     coverage xml
     coverage html
-
+    sphinx-build -b html docs/source docs/build
-- 
GitLab