Skip to content
Snippets Groups Projects
Commit 5e0d30b8 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Added pandoc

parent 4249fabc
No related branches found
No related tags found
No related merge requests found
Pipeline #4724 failed
# run the test suite # run the test suite
tests: 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: tags:
- docker - docker
script: script:
...@@ -18,6 +18,7 @@ doc: ...@@ -18,6 +18,7 @@ doc:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
- apt-get install pandoc
- sphinx-apidoc -o docs/source multiview_generator - sphinx-apidoc -o docs/source multiview_generator
- cd docs/source - cd docs/source
- sphinx-build -b html . ../build - sphinx-build -b html . ../build
......
...@@ -9,5 +9,6 @@ tabulate ...@@ -9,5 +9,6 @@ tabulate
pandas pandas
sphinx>=1.8 sphinx>=1.8
numpydoc numpydoc
pandoc
nbsphinx nbsphinx
nbsphinx_link nbsphinx_link
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment