Skip to content
Snippets Groups Projects
Commit fe401886 authored by Manuel Marschall's avatar Manuel Marschall
Browse files

generate doc in wrong directory

parent 8586d7a7
Branches
No related tags found
No related merge requests found
Pipeline #3752 passed with warnings
......@@ -108,11 +108,11 @@ compile_pdf:
image: miktex/miktex
stage: makepdf
script:
- cd Code
- apt-get update -y -qq && apt-get install -y -qq inkscape python3-pip python-pygments pandoc texlive-latex-recommended
- mpm --update-db --admin
- python3 -m pip install -U sphinx nbsphinx nbsphinx-link m2r2 sphinx-rtd-theme pandoc ipython mock numpy scipy matplotlib
- python3 -m pip install -r requirements.txt
- cd Code
- mkdir documentation
- cd docs
- make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment