summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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