This module adds extensions that make Sphinx easier to use. Some of them require Read the Docs features, others are just code that we ship and enable during builds on Read the Docs.
We currently ship:
Increment the version in setup.py
Tag the release in git: git tag $NEW_VERSION.
Push the tag to GitHub: git push --tags origin master
Upload the package to PyPI:
$ rm -rf dist/ $ python setup.py sdist bdist_wheel $ twine upload --sign --identity security@readthedocs.org dist/*