Skip to content
Snippets Groups Projects
Commit a6e92942 authored by Philip Elson's avatar Philip Elson :snake:
Browse files

Merge branch 'release_v2.0.6' into 'master'

Include an automatic push of the built documentation.

See merge request !18
parents 2768c66d c291d22b
No related branches found
No related tags found
1 merge request!18Include an automatic push of the built documentation.
Pipeline #1153809 passed
...@@ -21,6 +21,16 @@ tests: ...@@ -21,6 +21,16 @@ tests:
- pytest ./test_*.py - pytest ./test_*.py
# A dev build of the documentation, made available through cern.ch/acc-py.
build_docs:
extends: .acc_py_build_docs
# A release build of the documentation, made available through cern.ch/acc-py.
build_docs_on_tag:
extends: .acc_py_build_docs_on_tag
# A push of the source distribution to the acc-py PyPI, only on git tag. # A push of the source distribution to the acc-py PyPI, only on git tag.
release_sdist: release_sdist:
extends: .acc_py_release_sdist extends: .acc_py_release_sdist
......
...@@ -122,7 +122,7 @@ setuptools.setup( ...@@ -122,7 +122,7 @@ setuptools.setup(
], ],
extras_require={ extras_require={
'testing': ['pytest'], 'testing': ['pytest'],
'docs': ['sphinx'], 'doc': ['sphinx'],
}, },
cmdclass={ cmdclass={
'install': install, 'install': install,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment