Fix #256: Added troubleshotting and technical overview documentation

This commit is contained in:
Eliot Berriot 2018-06-24 23:42:38 +02:00
commit 39461b8fab
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
10 changed files with 379 additions and 31 deletions

View file

@ -63,12 +63,15 @@ review_docs:
BUILD_PATH: "../public"
before_script:
- cd docs
- apt-get update
- apt-get install -y graphviz
- pip install sphinx
cache:
key: "$CI_PROJECT_ID__sphinx"
paths:
- "$PIP_CACHE_DIR"
script:
- pip install sphinx
- ./build_docs.sh
- mkdir -p /static/docs/$CI_BUILD_REF_SLUG
- cp -r $CI_PROJECT_DIR/public/* /static/docs/$CI_BUILD_REF_SLUG
@ -205,8 +208,10 @@ pages:
BUILD_PATH: "../public"
before_script:
- cd docs
script:
- apt-get update
- apt-get install -y graphviz
- pip install sphinx
script:
- ./build_docs.sh
cache:
key: "$CI_PROJECT_ID__sphinx"