Skip to content

Releases: nengo/nengo-sphinx-theme

Release 20.9

09 Sep 16:07
Compare
Choose a tag to compare

Added

  • Added tagmanager_id theme option to enable Google Tag Manager tracking. Note that tagmanager_id takes precedence over analytics_id. (#63)
  • Added one_page theme option, which can be set to True for docs that include all content on a single index page. (#59)
  • Added custom 404 page. (#65)
  • Added nengo_sphinx_theme.ext.sourcelinks extension which allows the autodoc source links to point to a different site (like GitHub). (#66)

Changed

  • Swapped position of "search" and "version" boxes (so search is at the top and version is at the bottom). (#58)
  • Added notification when viewing the development version of docs. (#62)

Fixed

  • Versions listed in the dropdown will now be sorted correctly by number rather than string (e.g. 1.10 will come after 1.2). (#58)
  • Remove empty lines from version dropdown. (#58)

Release 1.2.2

14 Apr 17:29
Compare
Choose a tag to compare

Fixed

  • nengo_sphinx_theme.ext.resolvedefaults will not touch signatures unless they contain a Default value. (#54)

Release 1.2.1

20 Mar 13:48
Compare
Choose a tag to compare

Added

  • Added the autoautosummary_change_modules config option to nengo_sphinx_theme.ext.autoautosummary, which allows classes/functions documented with autoautosummary or automodule to be moved to a different nominal namespace. (#52)
  • Added nengo_sphinx_theme.ext.backoff, which monkeypatches the Sphinx HTTP request functionality to add exponential backoff. (#53)

Release 1.2.0

14 Nov 20:14
Compare
Choose a tag to compare

Added

  • Added an extension to handle redirecting old HTML pages to new ones. (#48)

Release 1.1.0

06 Nov 00:54
Compare
Choose a tag to compare

Added

  • Added an extension with the AutoAutoSummary directive, which will automatically generate Sphinx AutoSummaries for modules and classes. (#45)

Release 1.0.3

14 Sep 00:19
Compare
Choose a tag to compare
  • Updated header and footer to match changes to nengo.ai. (#41)

Release 1.0.2

05 Aug 14:34
Compare
Choose a tag to compare

Fixed

  • Fixed the search box, which was hanging for many search terms. (#28, #39)

Release 1.0.1

16 Jul 17:49
Compare
Choose a tag to compare

Changed

  • Fixed a missing divider in the documentation drop-down menu.

Release 1.0.0

16 Jul 17:49
Compare
Choose a tag to compare

Changed

  • The look-and-feel of the theme was completely redone. (#35)
  • This project is now licensed with the Nengo license. (#35)

Release 0.12.0

04 Jun 16:59
Compare
Choose a tag to compare

Added

  • Added nengo_sphinx_theme.ext.resolvedefaults extension that will automatically fill in the value of nengo.Default values in __init__ signatures. (#33)