diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70e4fc74a47856ba0657ea90826bdeced2c39117..aed10e603d579859f0647f2adde8678988fe7275 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,8 +39,10 @@ pages: - linux stage: deploy script: + - apt update && apt install -y graphviz - python3 -m pip install sphinx - - sphinx-build -b html docs public + - python3 -m pip install -r docs/requirements.txt + - sphinx-build -b html docs/source public artifacts: paths: - public diff --git a/CHANGELOG.md b/CHANGELOG.md index 375d123c40c77f4f6cb742f3c0774c696d9bd2ef..7507d96962cdd2f61ec060f17b62e10ebfc01389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - ### Added -- dev: Session support. Same connection is used multiple time. - Support for `create`, `logs` and `submit` endpoint. - Support for `BITIA_SERVER` environment variable. - Setting log level from the command line - -### Fixed +- Session support. Same connection is used multiple time during the session. ## [0.1.3] - 2022-09-29 ### Added