From 2de00ff576216208d6ea6f4467e9dba3d6a06da2 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Fri, 11 Nov 2022 11:32:10 +0100
Subject: [PATCH] [doc] removed unused references

---
 doc/catalog.json | 24 ------------------------
 doc/conf.py      | 10 ----------
 2 files changed, 34 deletions(-)

diff --git a/doc/catalog.json b/doc/catalog.json
index b869e1c..33d5563 100644
--- a/doc/catalog.json
+++ b/doc/catalog.json
@@ -11,36 +11,12 @@
         },
         "sources": {}
       },
-      "bob.measure": {
-        "versions": {
-          "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/sphinx"
-        },
-        "sources": {}
-      },
-      "bob.io.base": {
-        "versions": {
-          "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx"
-        },
-        "sources": {}
-      },
       "bob.bio.base": {
         "versions": {
           "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx"
         },
         "sources": {}
       },
-      "bob.bio.spear": {
-        "versions": {
-          "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master"
-        },
-        "sources": {}
-      },
-      "bob.bio.face": {
-        "versions": {
-          "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/master"
-        },
-        "sources": {}
-      },
       "bob.pad.face": {
         "versions": {
           "latest": "https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master"
diff --git a/doc/conf.py b/doc/conf.py
index 7c1c83c..20a84dc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -240,20 +240,10 @@ auto_intersphinx_packages = [
     "numpy",
     "bob.extension",
     "bob.pipelines",
-    "bob.measure",
-    "bob.io.base",
     "bob.bio.base",
-    "bob.bio.spear",
-    "bob.bio.face",
     "bob.pad.face",
     "setuptools",
-    "click",
-    "click-plugins",
     "dask",
-    "matplotlib",
     "scikit-learn",
-    "scipy",
-    "sqlalchemy",
-    "tabulate",
 ]
 auto_intersphinx_catalog = "catalog.json"
-- 
GitLab