3/13/23
-------

docs are .rst files in doc/source/
figs are in doc/source/_images/   (not doc/images)

> pip3 install sphinx
> pip3 install sphinx-rtd-theme


in src/pytransit/doc/...

> make html
compiles .html files into build/html


> cd build/html

> python -m SimpleHTTPServer 
localhost:8000

or 

> python3 -m http.server