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 \ ...@@ -10,6 +10,5 @@ RUN apt-get update \
python3-pip \ python3-pip \
python3-sqlparse \ python3-sqlparse \
python3-sphinx \ python3-sphinx \
python3-recommonmark \
doxygen doxygen
RUN pip3 install breathe sphinx-rtd-theme RUN pip3 install breathe sphinx-rtd-theme recommonmark
...@@ -64,7 +64,7 @@ build-testenv: ...@@ -64,7 +64,7 @@ build-testenv:
image: docker:19.03 image: docker:19.03
only: only:
- web - web
- triggers - shedules
stage: setup stage: setup
script: script:
- cd .docker - cd .docker
...@@ -87,6 +87,7 @@ pages: ...@@ -87,6 +87,7 @@ pages:
- dev - dev
script: script:
- echo "Deploying" - echo "Deploying"
- cat doc/index.rst
- make doc - make doc
- cp -r build/doc/html public - cp -r build/doc/html public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment