summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-26 23:28:40 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-28 13:24:09 +0100
commit8ebfb8c5de9c55a20e3dafebc8f506ccb698bb68 (patch)
treee351a559aec13f0482d48871218f841941f5d41f
parent03efe417c85f5fb913cc0bc8dd2bd7173e8dd3f6 (diff)
Add sphinx paramlinks to CI
-rw-r--r--.travis.yml2
-rw-r--r--Dockerfile_for_circleci_image1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 27514ef5..fd87b083 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ before_cache:
# When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file
install:
- python3 -m pip install --upgrade pip setuptools wheel
- - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy
+ - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex sphinx-paramlinks matplotlib numpy scipy
- python3 -m pip install --user POT
script:
diff --git a/Dockerfile_for_circleci_image b/Dockerfile_for_circleci_image
index 0dd408fc..f0c73d76 100644
--- a/Dockerfile_for_circleci_image
+++ b/Dockerfile_for_circleci_image
@@ -54,6 +54,7 @@ RUN pip3 install \
POT \
scikit-learn \
sphinx \
+ sphinx-paramlinks \
sphinxcontrib-bibtex
# apt clean up