- Added support for trailing commas in list and dict settings. This
makes for consistency, nicer diffs, easier copy/paste from Python
code, etc.
- Added support for additional number formats in settings. Any valid
Python `int` or `float` will now work.
- Added support for literal date and time settings, similar to TOML.
- Added initial Sphinx doc setup. Still need to actually write docs...