To generate and build the API documentation, you'll need sphinx, jinja2
and sphinx_rtd_theme and then just run

 $ python3 autogen.py nfoview
 $ sphinx-build -b html . _build/html
