0.4.3:
Fixes
Fix scrolling to active item in sidebar on load
Style caption link for code and literal blocks
Fix inconsistent font size and line height for autodoc "raises" and "returns"
Fix last_updated notice appearing in same line as copyright notice
v0.4.2
Fixes
Set base font size on <html>
Fix HTML search not working with Sphinx-1.8
Other Changes
Upload signed packages to PyPI with twine
Do not enforce period at the end of copyright statement
v0.4.0
This version made some changes to how JS and CSS were included when the theme is used on Read the Docs.
Fixes
- Do not rely on readthedocs.org for CSS/JS
- Color accessibility improvements on the left navigation
Other Changes
- Write theme version and build date at top of JavaScript and CSS
- Changed code and literals to use a native font stack
- Fix small styling issues
0.3.1:
Fixes
- Revert part of 576 causing display issues with version selector menu
- Backwards compatibility fixes for pre-0.3.0 releases
- Fix mkdocs version selector
- Add open list spacing
- Fix table centering
0.3.0 Release
New Features
-------------
* Add html language attribute
* Allow setting 'rel' and 'title' attributes for stylesheets
* Add option to style external links
* Add github, gitlab, bitbucket page arguments option
* Add pygments support
* Add setuptools entry point allowing to use ``sphinx_rtd_theme`` as
Sphinx ``html_theme`` directly.
* Add language to the JS output variable
Fixes
-----
* Fix some HTML warnings and errors
* Fix many styling issues
* Fix many sidebar glitches
* Fix line number spacing to align with the code lines
* Hide Edit links on auto created pages
* Include missing font files with the theme
Other Changes
--------------
* Significant improvement of our documentation
* Compress our Javascript files
* Updated dependencies
v0.2.4
Yet another patch to deal with extra builders outside Spinx, such as the singlehtml builders from the Read the Docs Sphinx extension
v0.2.3
Temporarily patch Sphinx issue with singlehtml builder by inspecting the builder in template.
v0.2.2:
not documented
v0.2.1
Add the rel HTML attribute to the footer links which point to the previous and next pages.
Fix toctree issue caused by Sphinx singlehtml builder (#367)
v0.2.0
Adds the comments block after the body block in the template
Added "Edit on GitLab” support
Many bug fixes
v0.1.10-alpha
Removes Sphinx dependency
Fixes hamburger on mobile display
Adds a body_begin block to the template
Add prev_next_buttons_location which can take the value bottom, top, both , None and will display the “Next” and “Previous” buttons accordingly
This is a mobile-friendly sphinx theme for readthedocs.org. It's
currently in development there and includes some rtd variable checks
that can be ignored if you're just trying to use it on your project
outside of that site.