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:
- 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.
release_sdist:
extends: .acc_py_release_sdist
......
......@@ -122,7 +122,7 @@ setuptools.setup(
],
extras_require={
'testing': ['pytest'],
'docs': ['sphinx'],
'doc': ['sphinx'],
},
cmdclass={
'install': install,
......
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