Skip to content
Snippets Groups Projects
Commit d0a168e2 authored by dilawar's avatar dilawar :ant:
Browse files

ci: fixes to sphix pipeline

parent f931dca8
No related branches found
No related tags found
1 merge request!4Resolve "Enable docs"
Pipeline #3802 failed with stages
in 2 minutes and 37 seconds
......@@ -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
......@@ -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
......
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