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

Merge branch 'release-f-apidoc' into 'dev'

Building API documentation.

See merge request !128
parents 5b7a0dfe 6baa4ab8
No related branches found
No related tags found
2 merge requests!160STY: styling,!128Building API documentation.
Pipeline #41190 passed with warnings
...@@ -7,8 +7,10 @@ RUN apt-get update && \ ...@@ -7,8 +7,10 @@ RUN apt-get update && \
python3-autopep8 \ python3-autopep8 \
python3-pip \ python3-pip \
python3-pytest \ python3-pytest \
python3-sphinx \
tox \ tox \
-y -y
RUN pip3 install recommonmark sphinx-rtd-theme
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \ ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
......
...@@ -296,8 +296,9 @@ style: ...@@ -296,8 +296,9 @@ style:
pages_prepare: &pages_prepare pages_prepare: &pages_prepare
tags: [ cached-dind ] tags: [ cached-dind ]
stage: deploy stage: deploy
needs: [] needs:
image: $CI_REGISTRY/caosdb/src/caosdb-pylib/testenv:latest - job: build-testenv
image: $CI_REGISTRY_IMAGE
only: only:
refs: refs:
- /^release-.*$/i - /^release-.*$/i
......
...@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### ### Fixed ###
* [#58](https://gitlab.com/caosdb/caosdb-crawler/-/issues/58) Documentation builds API docs in pipeline now.
### Security ### ### Security ###
### Documentation ### ### Documentation ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment