Commit 8c879c0f authored by Clement Remi's avatar Clement Remi
Browse files

Update .gitlab-ci.yml

Showing with 2 additions and 2 deletions
+2 -2
...@@ -3,8 +3,8 @@ pages: ...@@ -3,8 +3,8 @@ pages:
script: script:
- apt-get update - apt-get update
- apt-get install --assume-yes pandoc - apt-get install --assume-yes pandoc
- pip install numpy pandas termcolor # top import of Ohmpi.py - pip3 install numpy pandas termcolor # top import of Ohmpi.py
- pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark - pip3 install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
- cd sphinx/source - cd sphinx/source
- make html - make html
# also make latex? pdf? # also make latex? pdf?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment