- Upgraded the sphinx version
- Updated to the HTML generated by docutils 0.17. What had been
<div class="section">
is now<section>
.
Adding "Edit on Github" button to breadcrums.
This should make it easier for viewers to easily correct or update bad documentation.
- Dropped Python 3.5 Support
- Fix the navigation section headers so that they are visible.
- Updated the edX logo.
- Requirements Update
- Added support for the
includehidden
theme option. This shows a hidden toc in sidebar. - Upgraded many dependencies.
- Added support for the
navigation_depth
theme option.
- The text of the help and feedback links are now variables settable in the html_context.
- Updated the copyright year.
- Supply extension metadata to enable parallel builds.
- Added favicon and .eot font file to distributed package.
- Fixed two instances of line-height being slightly increased in an ugly way.
- First release on PyPI.