0.6.0
New features
-
Add
#svg-octicon-versions-16
to theocticons.html
sprite template. This icon is useful for linking to alternative versions of a technote. -
Add
#svg-octicon-mortar-board-16
to theocticons.html
sprite template. This icon is useful for linking to the document's citation. -
Export a variable,
T
fromtechnote.sphinxconf
that is an instance oftechnote.main.TechnoteSphinxConfig
. This is useful for organizations that need to access the technote configuration and metadata in their own technote theme. -
Figures and tables with captions are now numbered using the Sphinx
numfig
configuration. Authors can reference figures by number using thenumref
role pointing to the figure'sname
option. -
Authors are now listed below the title of the technote. This is a change from the previous behavior of listing authors in the sidebar.
Bug fixes
- Fix the
sidebar-authors.html
component template so that extra spaces aren't introduced between authors and commas.
What's Changed
- DM-41917: Improvements for theming by @jonathansick in #35
- DM-41917: Export TechnoteSphinxConfig instance from config by @jonathansick in #36
- DM-41917: Add authors to the main column of text by @jonathansick in #38
Full Changelog: 0.5.1...0.6.0