From a6a019394573981c058239104a7b24ec8cf389c0 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 16:26:22 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 2 +- python/doc/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e60863..eea05b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ tests: - docker script: - cd python - - pip3 install --no-deps . + - pip3 install . - pytest-3 # generate the documentation diff --git a/python/doc/conf.py b/python/doc/conf.py index 53f1879..1ec78b6 100755 --- a/python/doc/conf.py +++ b/python/doc/conf.py @@ -273,6 +273,7 @@ intersphinx_mapping = { 'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), 'skpomade': ('http://valentin.emiya.pages.lis-lab.fr/skpomade/', None), + 'yafe': ('http://skmad-suite.pages.lis-lab.fr/yafe/', None), } # Allow errors in notebook -- GitLab