Releases: nengo/nengo-sphinx-theme
Releases · nengo/nengo-sphinx-theme
Release 20.9
Added
- Added
tagmanager_id
theme option to enable Google Tag Manager tracking. Note thattagmanager_id
takes precedence overanalytics_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
Release 1.2.2
Fixed
nengo_sphinx_theme.ext.resolvedefaults
will not touch signatures unless they contain aDefault
value. (#54)
Release 1.2.1
Added
- Added the
autoautosummary_change_modules
config option tonengo_sphinx_theme.ext.autoautosummary
, which allows classes/functions documented withautoautosummary
orautomodule
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
Added
- Added an extension to handle redirecting old HTML pages to new ones. (#48)
Release 1.1.0
Added
- Added an extension with the
AutoAutoSummary
directive, which will automatically generate Sphinx AutoSummaries for modules and classes. (#45)
Release 1.0.3
- Updated header and footer to match changes to nengo.ai. (#41)
Release 1.0.2
Release 1.0.1
Changed
- Fixed a missing divider in the documentation drop-down menu.
Release 1.0.0
Release 0.12.0
Added
- Added
nengo_sphinx_theme.ext.resolvedefaults
extension that will automatically fill in the value ofnengo.Default
values in__init__
signatures. (#33)