Improvements
* Added documentation. [13](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/13)
* Add a new `.. bio::` directive, which supports inserting author bios. [14](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/14)
* Add support for Sphinx Gallery. [14](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/14)
* Add a new option `toc_global` which allows the left-hand global ToC sidebar to be disabled. [14](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/14)
* Update heading and navbar font to Quicksand. [15](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/15)
* Add new options to customize the footer: [16](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/16)
- `footer_about` set the 'About' section of the footer
- `footer_links` to create columns of links
- `footer_social` to customize social media icons
- `footer_tagline` to set the tagline
* Included autosummary templates within the Xanadu Sphinx Theme. The provided templates directory is available via `xanadu_sphinx_theme.templates_dir()` and can be added to the `templates_path` list variable in `conf.py`. [18](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/18)
Bug fixes
* Fixed a bug where the HTML sidebars were not properly configured. [17](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/17)
Contributors
This release contains contributions from (in alphabetical order):
[Mikhail Andrenkov](https://github.com/Mandrenkov),
[Josh Izaac](https://github.com/josh146).