Skip to content
Snippets Groups Projects
Commit ebdd6ef6 authored by Martin Schwenke's avatar Martin Schwenke
Browse files

202 sphinx pages

parent f09fee8a
No related branches found
No related tags found
1 merge request!288202 sphinx pages
...@@ -85,9 +85,8 @@ variables: ...@@ -85,9 +85,8 @@ variables:
.sphinx-doc-script: &sphinx-doc-script .sphinx-doc-script: &sphinx-doc-script
- pip install -U sphinx - pip install -U sphinx
- cd /app/docs - sphinx-apidoc -o public /app
- sphinx-apidoc -o /app/docs /app #- sphinx-build -b html /app/docs
- sphinx-build -b html . public
###### IMAGE BUILDING STAGE ###### ###### IMAGE BUILDING STAGE ######
...@@ -181,6 +180,7 @@ pipenv-check-security-vulnerabilities: ...@@ -181,6 +180,7 @@ pipenv-check-security-vulnerabilities:
before_script: before_script:
- pip install pip --upgrade - pip install pip --upgrade
- pip install pipenv --upgrade --quiet - pip install pipenv --upgrade --quiet
- cp /app/Pipfile.lock .
script: script:
- pipenv check - pipenv check
......
...@@ -56,6 +56,7 @@ USER app ...@@ -56,6 +56,7 @@ USER app
WORKDIR /app WORKDIR /app
COPY --from=build-env /app/requirements.txt . COPY --from=build-env /app/requirements.txt .
COPY --from=build-env /app/Pipfile.lock .
RUN --mount=type=bind,from=build-env,source=/app/wheels/,target=/wheels/ \ RUN --mount=type=bind,from=build-env,source=/app/wheels/,target=/wheels/ \
--mount=type=cache,target=/app/.cache \ --mount=type=cache,target=/app/.cache \
......
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