How to contribute

First you need to ensure to meet the Contributing Requirements.

Build and upload a new version of invoke-sphinx

Update the version of invoke-sphinx

You need to update two different files :

  • setup.py: contains the VERSION constant, used to identify the version built and uploaded to PyPI.

  • invoke.yml: contains the version constant, used to identify the version in the documentation.

Generate package to distribute

This creates the dist directory (among other things).

python3 setup.py sdist bdist_wheel

Upload your package

twine upload dist/*