CHANGES
=======

0.6.0
-----

* Add pointer to built-in extension
* ruff: Enable upgrade, security rules
* pre-commit: Bump versions, migrate to ruff
* Drop Python < 3.9 support
* Annotate the list of strings correctly for Sphinx 8.2+

0.5.0
-----

* Added quote marks to indicate default template dir is a string
* Removed more white space to match required style
* Removed white space screwing with PR linter
* Added description of apidoc\_template\_dir option to README
* Added missed line in patch for templates support
* Added support for autodoc --templatedir option
* Use release/v1 branch of pypi release workflow

0.4.0
-----

* Remove docs build
* Fix lint issues
* Configure trusted publishing
* Migrate to Python 3-style type annotations
* Bump sphinx minimum
* Remove pytest upper cap
* Migrate to pre-commit
* Drop Python < 3.8 support
* Migrate from Travis to GitHub Actions
* tests: Handle Sphinx < 7.2
* fix tests with Sphinx 7.2
* README: Fix typo
* travis: Update PyPI password

0.3.0
-----

* tests: Test 'apidoc\_extra\_args' option
* tests: Add advanced\_negative test
* tests: Add tests for additional flags
* tests: Check for source files also
* Ensure '--tocfile' isn't configured for Sphinx < 1.8
* Support more configuration options
* fix the dist name used to get the version after installation
* trivial: Fix style issues
* setup.cfg: Remove dead '[global] setup-hooks' configuration
* travis: Use build stages
* setup.cfg: Update homepage

0.2.1
-----

* setup.cfg: Remove 'build\_sphinx' section
* Force overwriting of files with sphinx <1.7
* setup.cfg: Update classifiers
* README: Fix indentation

0.2.0
-----

* README: Fix typo
* README: Emphasise differences with autodoc
* README: Further improve the pbr porting guide
* README: Add pbr porting guide
* tox: Add style checks for README
* Add apidoc\_separate\_modules option
* tests: Override 'sphinx\_test\_tempdir'
* Move tests out of package

0.1.0
-----

* travis: Add auto-deployment to PyPi
* Raise warning if directory doesn't exist
* Rename 'apidoc\_excluded\_modules' to 'apidoc\_excluded\_paths'
* travis: Run additional jobs
* Add plugin
* Populate repo
* Initial commit
