Skip to content

Sphinx Restbuilder 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@macfreek macfreek released this 28 Feb 14:28
· 17 commits to master since this release
  • Preliminary support for tables (Jack Burridge)
  • Fix indentation for multi-line lists (Ned Batchelder)
  • Fix versionadd directive for Sphinx >= 3.0 (Ned Batchelder)
  • Now requires Sphinx 1.4 or higher (drop support for 1.0-1.3)
  • Now requires Python 2.7, or Python 3.5 or higher (drop support for 3.0-3.4) Note: Python 2.7 and 3.5 are end of life and will no longer be actively supported.
  • Add test suite (Jack Burridge)
  • Add tox script and Github workflow to easily run tests. See CONTRIBUTING.rst for details. (Jack Burridge)