Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
d0a168e2
Commit
d0a168e2
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Patches
Plain Diff
ci: fixes to sphix pipeline
parent
f931dca8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Resolve "Enable docs"
Pipeline
#3802
failed with stages
Stage:
Stage:
in 2 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
CHANGELOG.md
+1
-3
1 addition, 3 deletions
CHANGELOG.md
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
1
View file @
d0a168e2
...
@@ -39,8 +39,10 @@ pages:
...
@@ -39,8 +39,10 @@ pages:
-
linux
-
linux
stage
:
deploy
stage
:
deploy
script
:
script
:
-
apt update && apt install -y graphviz
-
python3 -m pip install sphinx
-
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
:
artifacts
:
paths
:
paths
:
-
public
-
public
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
3
View file @
d0a168e2
...
@@ -8,12 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -8,12 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.0] -
## [0.2.0] -
### Added
### Added
-
dev: Session support. Same connection is used multiple time.
-
Support for
`create`
,
`logs`
and
`submit`
endpoint.
-
Support for
`create`
,
`logs`
and
`submit`
endpoint.
-
Support for
`BITIA_SERVER`
environment variable.
-
Support for
`BITIA_SERVER`
environment variable.
-
Setting log level from the command line
-
Setting log level from the command line
-
Session support. Same connection is used multiple time during the session.
### Fixed
## [0.1.3] - 2022-09-29
## [0.1.3] - 2022-09-29
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment