From d4098c4db04f5dc8361d91d5980c5f55899ade9e Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Thu, 22 Dec 2022 11:07:54 +0100
Subject: [PATCH] [doc] refurnished the catalog with bob docs

---
 doc/catalog.json | 43 ++++++++++++++++++++++++++++++++++++-------
 doc/conf.py      |  3 ++-
 2 files changed, 38 insertions(+), 8 deletions(-)

diff --git a/doc/catalog.json b/doc/catalog.json
index 2c385a27..680d4a68 100644
--- a/doc/catalog.json
+++ b/doc/catalog.json
@@ -1,9 +1,38 @@
 {
-    "bob.extension": {
-      "versions": {
-        "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.extension/master"
-      },
-      "sources": {}
-    }
-
+  "bob.bio.face": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/master/sphinx"
+    },
+    "sources": {}
+  },
+  "bob.pipelines": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx"
+    },
+    "sources": {}
+  },
+  "bob.extension": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.extension/master"
+    },
+    "sources": {}
+  },
+  "bob.bio.spear": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master"
+    },
+    "sources": {}
+  },
+  "bob.bio.video": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.video/master"
+    },
+    "sources": {}
+  },
+  "bob.bio.vein": {
+    "versions": {
+      "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master"
+    },
+    "sources": {}
+  }
 }
diff --git a/doc/conf.py b/doc/conf.py
index 4e830a18..5ad2b9d4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -236,11 +236,12 @@ auto_intersphinx_packages = [
     ("python", "3"),
     "numpy",
     "scikit-learn",
+    "bob.bio.face",
     "bob.extension",
+    "bob.bio.video",
     "bob.bio.spear",
     "bob.bio.vein",
     "bob.pipelines",
-    "bob.bio.face",
     "dask",
 ]
 auto_intersphinx_catalog = "catalog.json"
-- 
GitLab