Skip to content
Snippets Groups Projects
Commit 59cc9c8b authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: creation of documentation

parent c3998750
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,5 @@ RUN apt-get update \
python3-pip \
python3-sqlparse \
python3-sphinx \
python3-recommonmark \
doxygen
RUN pip3 install breathe sphinx-rtd-theme
RUN pip3 install breathe sphinx-rtd-theme recommonmark
......@@ -64,7 +64,7 @@ build-testenv:
image: docker:19.03
only:
- web
- triggers
- shedules
stage: setup
script:
- cd .docker
......@@ -87,6 +87,7 @@ pages:
- dev
script:
- echo "Deploying"
- cat doc/index.rst
- make doc
- cp -r build/doc/html public
artifacts:
......
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