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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7622b06..e4c0e14 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 66d4625..c567785 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -30,7 +30,7 @@ extensions = [
     ]
 
 # Be picky about warnings
-nitpicky = True
+nitpicky = False
 
 # Ignores stuff we can't easily resolve on other project's sphinx manuals
 nitpick_ignore = []
-- 
GitLab