Tags

Tags give the ability to mark specific points in history as being important
  • 0.3.0

    0.3.0 Release
    
    New Features
    -------------
    
    * Add html language attribute
    * Allow setting 'rel' and 'title' attributes for stylesheets (#551)
    * 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
  • 0.2.4

    Bug fix release 0.2.4
  • 0.2.3

    Bug fix release 0.2.3
  • 0.2.1

    a8b74fff · Release for 0.2.1 ·
    Bugfix release 0.2.1
  • 0.1.10-alpha

    9c5cee85 · Bump version number ·
    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

    84b5075f · Merge branch 'rc-0.1.9' ·
    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 #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

    b5b633a8 · Missed one ·
    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