
Command for Sphinx build:
(cd /Users/work/Documents/GitHub/richardview; sphinx-apidoc -e -o docs src/richardview --separate --private; cd docs; make html)

Cheat sheet for pushing an update to PyPI:
Command to get here: cd /Users/work/Documents/GitHub/richardview
Command to build PyPI files: python3 -m build
Command to upload PyPI files: python3 -m twine upload dist/*
Username: __token__
