Skip to content
Snippets Groups Projects
Commit 9c6ecb4d authored by Niclas Esser's avatar Niclas Esser
Browse files

Build pages

parent 0abb3bf3
No related branches found
No related tags found
1 merge request!5Doc
Pipeline #214713 failed
...@@ -76,7 +76,7 @@ pages: ...@@ -76,7 +76,7 @@ pages:
image: python:3.9 image: python:3.9
stage: doc stage: doc
before_script: before_script:
- pip install pip3 install sphinx==7.2.6 networkx==2.5 sphinxcontrib-apidoc==0.5.0 sphinx-rtd-theme==2.0.0 Jinja2==3.0.3 recommonmark==0.6.0 nbsphinx==0.9.3 nbconvert==6.4.3 sphinxcontrib-napoleon==0.7 sphinx-autoapi==3.0.0 - pip3 install sphinx==7.2.6 networkx==2.5 sphinxcontrib-apidoc==0.5.0 sphinx-rtd-theme==2.0.0 Jinja2==3.0.3 recommonmark==0.6.0 nbsphinx==0.9.3 nbconvert==6.4.3 sphinxcontrib-napoleon==0.7 sphinx-autoapi==3.0.0
script: script:
- mkdir public - mkdir public
- make -C doc/ html - make -C doc/ html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment