From 0c44e60985868f50586fa1a92b890fab8f639847 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Mon, 13 Feb 2023 17:19:42 +0100
Subject: [PATCH] [pyproject.toml] added bob.pad.base to doc dependencies

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 8485c20..43ed7af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,6 +48,7 @@
         "sphinx-autodoc-typehints",
         "auto-intersphinx",
         "sphinxcontrib-programoutput",
+        "bob.pad.base",
         ]
     test = [
         "pytest",
-- 
GitLab