sphinx-quickstart # And follow the prompts. sphinx-apidoc -f -d 2 -T -o docs/ pagd $(APIDOC_EXCLUDE_PATH)”
Change the release version in ./CHANGELOG.rst, ./pagd/__init__.py
Update ./CHANGELOG.rst for release changes and update README.rst to highlight important features.
Update TODO.rst if any, because both CHANGELOG.rst and TODO.rst are referred by README.rst.
copy ~/oss/magnific-popup-git/dist/ {magnific-popup.css,jquery.magnific-popup.min.js} files to pagd/layouts/myblog/media/magnific-popup/ directory.
Check whether release changelogs in CHANGELOG.rst have their release-timeline logged, atleast uptill the previous release.
Update setup.py and MANIFEST.in for release
Make sure that sphinxdoc/modules/ has all the modules that need to be documented.
make upload
Upload documentation zip.
After making the release, taging the branch, increment the version number.
github.com