From a314bad895df7e766a890b3269d31521cd341001 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 26 Sep 2018 14:53:01 +0200
Subject: [PATCH] Disable Sphinx nitpicky and disable Python 2 [skip ci]

---
 .gitlab-ci.yml | 14 --------------
 doc/conf.py    |  3 ++-
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7622b064..e4c0e147 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,12 +62,6 @@ stages:
     key: "macosx-cache"
 
 
-build_linux_27:
-  <<: *linux_build_job
-  variables:
-    PYTHON_VERSION: "2.7"
-
-
 build_linux_36:
   <<: *linux_build_job
   variables:
@@ -82,12 +76,6 @@ build_linux_36:
       - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
 
 
-build_macosx_27:
-  <<: *macosx_build_job
-  variables:
-    PYTHON_VERSION: "2.7"
-
-
 build_macosx_36:
   <<: *macosx_build_job
   variables:
@@ -102,9 +90,7 @@ build_macosx_36:
   script:
     - ./_ci/deploy.sh
   dependencies:
-    - build_linux_27
     - build_linux_36
-    - build_macosx_27
     - build_macosx_36
   tags:
     - deployer
diff --git a/doc/conf.py b/doc/conf.py
index 1578c048..dd13241b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,7 +29,8 @@ extensions = [
     ]
 
 # Be picky about warnings
-nitpicky = True
+nitpicky = False
+
 # Ignores stuff we can't easily resolve on other project's sphinx manuals
 nitpick_ignore = []
 # Allows the user to override warnings from a separate file
-- 
GitLab