From 5e0d30b800446df16f09de179daf101ff4361b2f Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Wed, 22 Apr 2020 10:59:06 -0400 Subject: [PATCH] Added pandoc --- .gitlab-ci.yml | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9053feb..479c576 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # run the test suite tests: - image: registry.gitlab.lis-lab.fr:5005/dev/mutliview_generator/ubuntu:18.04 + image: registry.gitlab.lis-lab.fr:5005/dev/multiview_generator/ubuntu:18.04 tags: - docker script: @@ -18,6 +18,7 @@ doc: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) - pip3 install -e . --no-deps + - apt-get install pandoc - sphinx-apidoc -o docs/source multiview_generator - cd docs/source - sphinx-build -b html . ../build diff --git a/requirements.txt b/requirements.txt index 2daab6d..7e4fe27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,6 @@ tabulate pandas sphinx>=1.8 numpydoc +pandoc nbsphinx nbsphinx_link \ No newline at end of file -- GitLab