Skip to content

Tags: php-tool/sphinx_rtd_theme

Tags

0.2.5b1

Toggle 0.2.5b1's commit message
Add some basic docs around releasing the theme.

This just covers the basic tasks that I know need to happen,
feel free to suggest other improvements.

0.2.4

Toggle 0.2.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Bug fix release 0.2.4

0.2.3

Toggle 0.2.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Bug fix release 0.2.3

0.2.2

Toggle 0.2.2's commit message
Bump version to 0.2.2

0.2.1

Toggle 0.2.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Bugfix release 0.2.1

0.2.0

Toggle 0.2.0's commit message
Bump version

0.1.10-alpha

Toggle 0.1.10-alpha's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Pre-release for 0.1.10

* Removes Sphinx dependency
* Fixes hamburger on mobile display
* Adds a body_begin block to the template

0.1.9

Toggle 0.1.9's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.1.9 Release

Changes:

* Intermittent scrollbar visibility bug fixed. This change introduces a
  backwards incompatible change to the theme's layout HTML. This should only be
  a problem for derivative themes that have overridden styling of nav elements
  using direct decendant selectors. See readthedocs#215 for more information.
* Safari overscroll bug fixed
* Version added to the nav header
* Revision id was added to the documentation footer if you are using RTD
* An extra block, ``extrafooter`` was added to allow extra content in the
  document footer block
* Fixed modernizr URL
* Small display style changes on code blocks, figure captions, and nav elements

0.1.8

Toggle 0.1.8's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.1.8

* Support for third and fourth level headers in the sidebar
* Add support for Sphinx 1.3
* Add sidebar headers for :caption: in Sphinx toctree
* Clean up sidebar scrolling behavior so it never scrolls out of view