python3.5 -m pip install --user --upgrade setuptools wheel twine
rm -f dist/*
python3.5 setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz

extensions = [
   'sphinx.ext.autodoc',
   'sphinx.ext.intersphinx',
   'sphinx.ext.ifconfig',
   'sphinxcontrib.napoleon',
]

sphinx-apidoc -f -o ./source/ ../ && make html