From bc0c076d995837bf79c5599014e2473b3f436138 Mon Sep 17 00:00:00 2001
From: vlorentz <vlorentz@softwareheritage.org>
Date: Fri, 31 Jan 2025 06:54:19 +0000
Subject: [PATCH] Temporarily remove references to swh-datasets

swh-dataset does not pass CI yet, so it's not available on PyPI, which prevent publishing swh-docs.
---
 docs/devel/api-reference.rst | 1 -
 docs/devel/index.rst         | 4 ----
 requirements-swh-dev.txt     | 1 -
 requirements-swh.txt         | 1 -
 4 files changed, 7 deletions(-)

diff --git a/docs/devel/api-reference.rst b/docs/devel/api-reference.rst
index 8927531..c4408de 100644
--- a/docs/devel/api-reference.rst
+++ b/docs/devel/api-reference.rst
@@ -18,7 +18,6 @@ by components:
    swh.auth <swh-auth/index>
    swh.core <swh-core/index>
    swh.counters <swh-counters/index>
-   swh.datasets <swh-datasets/index>
    swh.deposit <swh-deposit/index>
    swh.export <swh-export/index>
    swh.fuse <swh-fuse/index>
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 09d24bc..a3241cb 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -107,10 +107,6 @@ of the corresponding Python module.
     service providing efficient estimates of the number of objects in the SWH archive,
     using Redis's Hyperloglog
 
-:ref:`swh.datasets <swh-datasets>`
-    tools to generate datasets derived from the archive, and the :ref:`graph <swh-graph>`
-    in particular
-
 :ref:`swh.deposit <swh-deposit>`
     push-based deposit of software artifacts to the archive
 
diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt
index 8f414ed..e856155 100644
--- a/requirements-swh-dev.txt
+++ b/requirements-swh-dev.txt
@@ -7,7 +7,6 @@
 ../swh-auth[django,starlette]
 ../swh-core[http,db,logging]
 ../swh-counters
-../swh-datasets[luigi]
 ../swh-deposit[server]
 ../swh-export[luigi]
 ../swh-fuse
diff --git a/requirements-swh.txt b/requirements-swh.txt
index 92bf0ce..0eeb1e4 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -3,7 +3,6 @@ swh.alter
 swh.auth[django,starlette]
 swh.core[db,http,logging]
 swh.counters
-swh.datasets[luigi]
 swh.deposit[server]
 swh.export[luigi]
 swh.fuse
-- 
GitLab