1.1.0
New features
- Update to Technote 0.7.0. This version fixes the CSS for code samples without captions. It also uses the build date as the open graph modification date (
og:article:modified_time
) if one isn't set explicitly intechnote.toml
. - Add
sphinx_design
as a default extension for technotes. This makes buttons, icons, and grids available to technote authors. See https://sqr-084.lsst.io for examples of buttons.
Bug fixes
- If the
version
field indocumenteer.toml
isn't set, and the project isn't a Python package, then the default value is now "Latest." The former default,None
, was invalid.
What's Changed
- Fix typo in migration doc by @jonathansick in #211
- [neophile] Update dependencies by @neophile-square in #212
- [neophile] Update dependencies by @neophile-square in #213
- Update to technote 0.7 by @jonathansick in #214
Full Changelog: 1.0.1...1.1.0