documentation #4

Merged
dscharnitzky merged 7 commits from documentation into master 2020-04-08 23:03:03 +02:00
Showing only changes of commit 36d297f227 - Show all commits

View File

@ -30,6 +30,13 @@ steps:
- docker push "$DOCKER_USERNAME/consumer_api"
- docker push "$DOCKER_USERNAME/consumer_api:$DRONE_BUILD_NUMBER"
- name: static_analysis
image: python:3
commands:
- pip3 install Sphinx
- pip3 install -r requirements.txt
- sphinx-quickstart
- name: slack
image: plugins/slack
settings: