Skip to content
Snippets Groups Projects
Commit 3f7db4ec authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fix-sections' into 'master'

fix(docs): lower the sections of publish related jobs

See merge request to-be-continuous/python!19
parents 11aa7dcc c02fd4fa
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ directory _(relative to project root dir)_.
### Publish jobs
### `py-release` job
#### `py-release` job
This job is **disabled by default** and performs an automatic tagging of your Python code.
......@@ -249,7 +249,7 @@ It is bound to the `publish` stage, applies only on master branch and uses the f
| `RELEASE_USERNAME` | Username credential for git push | _none_ (disabled) |
| `RELEASE_ACCESS_TOKEN` | Password credential for git push | _none_ |
### `py-publish` job
#### `py-publish` job
This job is **disabled by default** and performs a packaging and publication of your Python code.
......@@ -267,7 +267,7 @@ More info:
If you want to automatically create tag and publish your Python package, please have a look [here](#release-python)
### `py-docs` job
#### `py-docs` job
This job is **disabled by default** and performs documentation generation of your Python code using [Sphinx](http://www.sphinx-doc.org/en/master/). Documentation will be available through a GitLab artifact.
......
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