From a56620b3307301345a0378346c68bb6ab6a490f3 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 18 Nov 2020 14:54:45 +0100
Subject: [PATCH] [sphinx] Putting back annotators

---
 bob/bio/face/preprocessor/FaceCrop.py | 2 +-
 doc/annotators.rst                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/bio/face/preprocessor/FaceCrop.py b/bob/bio/face/preprocessor/FaceCrop.py
index ca9a77c4..9b04b9de 100644
--- a/bob/bio/face/preprocessor/FaceCrop.py
+++ b/bob/bio/face/preprocessor/FaceCrop.py
@@ -93,7 +93,7 @@ class FaceCrop(Base):
       your database easily. If you are sure about your input, you can set this flag to
       ``True``.
 
-    annotator : `bob.bio.base.annotator.Annotator`
+    annotator : :any:`bob.bio.base.annotator.Annotator`
       If provided, the annotator will be used if the required annotations are
       missing.
 
diff --git a/doc/annotators.rst b/doc/annotators.rst
index 2277b00f..d40fb8b1 100644
--- a/doc/annotators.rst
+++ b/doc/annotators.rst
@@ -7,7 +7,7 @@
 =================
 
 This packages provides several face annotators (using RGB images) that you can
-use to annotate biometric databases. See :any:`bob.bio.base.annotator` for
+use to annotate biometric databases. See :ref:`bob.bio.base.annotator` for
 a guide on the general usage of this feature.
 
 .. warning::
-- 
GitLab