From 1fe6ed87f356f7cc4c7e324a3df19b447dcfee7b Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <183.amir@gmail.com>
Date: Wed, 5 Oct 2016 17:11:48 +0200
Subject: [PATCH] [doc] fix sphinx warnings

---
 doc/extra-intersphinx.txt  |  1 +
 doc/index.rst              | 16 +++++++---------
 doc/nitpick-exceptions.txt |  3 +++
 3 files changed, 11 insertions(+), 9 deletions(-)
 create mode 100644 doc/extra-intersphinx.txt
 create mode 100644 doc/nitpick-exceptions.txt

diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt
new file mode 100644
index 0000000..39fb2be
--- /dev/null
+++ b/doc/extra-intersphinx.txt
@@ -0,0 +1 @@
+sqlalchemy
diff --git a/doc/index.rst b/doc/index.rst
index 7ca484e..79c03d8 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -21,15 +21,13 @@ If you use this database in your publication, please cite the following paper on
 TODO: Should be changed 
 .. code-block:: latex
 
-  @INPROCEEDINGS{Chingovska_BIOSIG-2012,
-    author = {Chingovska, Ivana and Anjos, Andr\\'e and Marcel, S\\'ebastien},
-    keywords = {biometric, Counter-Measures, Local Binary Patterns, Spoofing Attacks},
-    month = september,
-    title = {On the Effectiveness of Local Binary Patterns in Face Anti-spoofing},
-    journal = {IEEE BIOSIG 2012},
-    year = {2012},
-  }
-
+    @INPROCEEDINGS{Chingovska_BIOSIG-2012,
+      author = {Chingovska, Ivana and Anjos, Andr\\'e and Marcel, S\\'ebastien},
+      keywords = {biometric, Counter-Measures, Local Binary Patterns, Spoofing Attacks},
+      month = september,
+      title = {On the Effectiveness of Local Binary Patterns in Face Anti-spoofing},
+      journal = {IEEE BIOSIG 2012},
+      year = {2012},}
 
 Documentation
 -------------
diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt
new file mode 100644
index 0000000..5f8265f
--- /dev/null
+++ b/doc/nitpick-exceptions.txt
@@ -0,0 +1,3 @@
+py:class bob.db.base.file.File
+py:class bob.db.base.database.Database
+py:class sqlalchemy.ext.declarative.api.Base
-- 
GitLab