How to update documentation? ============================ Generate rst files from source code: 'sphinx-apidoc -o . .. '*tests*' '../*migrations*' ' Build HTML documentation from rst: 'make html'