Changelog

Version 1.7.0

Released on July 1, 2018.

  • Implemented :autoquickref: option that use available informations to build a quickref. [pull request #9 by Alexandre Bonnetain]
  • Improved sphinxcontrib.autohttp.tornado compatibility with Tornado 4.5 and newer. Tornado 4.5 <http://www.tornadoweb.org/en/stable/releases/v4.5.0.html> introduced the Rule class and made URLSpec a subclass of it, so certain rule attributes required updating. [issue #7, pull request #11 by Robert Zeigler]

Version 1.6.1

Released on March 3, 2018.

  • Remove references to the sphinx.util.compat module which was deprecated in Sphinx 1.6 and removed in 1.7. [issue #5, pull request #4 by Jeremy Cline]
  • Made sphinxcontrib.autohttp.tornado compatible with Tornado 4.5 and newer. Tornado 4.5 <http://www.tornadoweb.org/en/stable/releases/v4.5.0.html> removed the handlers attribute from tornado.web.Application. [pull request #3 by Dave Shawley]

Version 1.6.0

Released on January 13, 2018.

Version 1.5.0

Released on May 30, 2016.

Version 1.4.0

Released on August 13, 2015.

Version 1.3.0

Released on July 31, 2014.

Version 1.2.1

Released on March 31, 2014.

Version 1.2.0

Released on October 19, 2013.

Version 1.1.9

Released on August 8, 2013.

Version 1.1.8

Released on April 10, 2013.

Version 1.1.7

Released on March 28, 2012.

Version 1.1.6

Released on December 16, 2011.

  • Added http custom lexer for Pygments so that HTTP sessions can be highlighted in code-block or sourcecode directives.

Version 1.1.5

Released on July 6, 2011.

  • Flask 0.6–0.7 compatibility. Flask renamed static_path attribute to static_url_path, so autoflask also reflect the change. [old pull request #1 by Jeffrey Finkelstein]

Version 1.1.4

Released on June 8, 2011.

  • CPython compatibility
  • PyPy compatibility

Version 1.1.3

Released on June 8, 2011.

  • PyPy compatibility

Version 1.1.2

Released on June 4, 2011.

  • Added :include-empty-docstring: flag option.

Version 1.1.1

Released on June 4, 2011.

  • Fixed a backward incompatibility bug.

Version 1.1

Released on June 4, 2011.

Version 1.0

Released on June 2, 2011. The first release.