From 716837e7001ffd5dc3e3bbc7161ded61d045635c Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 3 Mar 2022 14:42:37 +0100
Subject: [PATCH] remove bob.io.audio

---
 doc/extra-intersphinx.txt | 1 -
 doc/guide.rst             | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt
index abc0add..e69de29 100644
--- a/doc/extra-intersphinx.txt
+++ b/doc/extra-intersphinx.txt
@@ -1 +0,0 @@
-bob.io.audio
diff --git a/doc/guide.rst b/doc/guide.rst
index 9ddf355..d3a257b 100644
--- a/doc/guide.rst
+++ b/doc/guide.rst
@@ -51,9 +51,7 @@ Reading audio files
 ~~~~~~~~~~~~~~~~~~~
 
 The usual native formats can be read with :py:mod:`scipy.io.wavfile` module.
-These and other wave formats can be read through SoX_ using our native
-bindings at :py:mod:`bob.io.audio`. An example of wave file can be found at
-``bob/ap/test/data/sample.wav``.
+An example of wave file can be found at ``bob/ap/test/data/sample.wav``.
 
 .. doctest:: aptest
   :options: +NORMALIZE_WHITESPACE
-- 
GitLab