* Updated documentation and fixed some of doc build warnings
* `cliriculum.resume.MainHTML` dates parameter is now optional as well as `cliriculum.resume.Resume` same parameter.
* Breaking change: `cliriculum.resume.Resume` parameters order changed. Passed from `..., dates, contact` to `..., contact, dates`.
Therefore, users who relied on setting parameters implicitly e.g
`Resume("sidebar.md", "main.md", "dates.json", "contact.json")` will have their code break with the update.
* New test for `cliriculum.utils` module
* User Guide