- Support Sphinx-2.0.1
- Support Sphinx-2.0 (unreleased yet)
- Fix a bug:
- #12: @with_app decorator should return the value of the decorated function
- Fix a bug:
- #9: warningiserror=True is broken with Sphinx 1.8.2
- Drop py33 support
- Fix bug:
- #8: Tests are failing with Sphinx 1.8.2
- Fix bug:
- #2: Fix cleanups for Sphinx 1.6
- Fix bug:
- Fix write_docstring should refer master_doc and source_suffix
- PR#1 Enable verbosity and parallel arguments.
- Add python 3.2 support (with Sphinx < 1.3)
- Replace ListOutput with StringIO
Fix bug:
- Fix srcdir and confdir are not abspath
- Reimplement with_app decorator as class
- Set copy_srcdir_to_tmpdir=True if write_docstring is specified
- Add write_docstring option to with_app()
Add pathlib like accessors to path class: parent, name, suffix and stem
Fix bug:
- #1 Fix exc assignment in with_app decorator.
- Rename sphinx.testing package to sphinx_testing
- Add path#utime() and path#listdir()
- Change interface of @with_app: Give status and warning to decorated function as a argument
- Initial release