diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e6086372cba86ea79b87f72525c5adae3991611..eea05b7522e644fcd268344ef138752dd16111de 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 53f1879be84b9f60a3c0379d850ee9499b117a77..1ec78b6e3c39fec307174d87c9d0b12eff0ac77b 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