Changes
=======

.. _version-2.0.0:

2.0.0
=====
:release-date: 2019-06-12 3:00 p.m. UTC+3

- Fix support for Sphinx 2.0
- Drop support for Sphinx < 2.0

.. _version-1.4.8:

1.4.8
=====
:release-date: 2019-03-29 12:28 p.m. UTC-8

- apicheck: Removes warning about directive automodule being overridden
  when running apicheck.

    Tested on :pypi:`Sphinx` versions 1.7.1, 1.8.0, 1.8.5 and 2.0.0.

.. _version-1.4.7:

1.4.7
=====
:release-date: 2019-03-29 10:00 a.m. UTC-8

- apicheck: Support for :pypi:`Sphinx` 2.0.

.. _version-1.4.6:

1.4.6
=====
:release-date: 2019-02-13 2:00 p.m. UTC+2

- Fix links to object inventories.

.. _version-1.4.5:

1.4.5
=====
:release-date: 2019-02-13 2:00 p.m. UTC+2

- Fix link to Kombu object inventory.

.. _version-1.4.4:

1.4.4
=====
:release-date: 2019-02-13 2:00 p.m. UTC+2

- Revert entrypoint fix for now.

.. _version-1.4.3:

1.4.3
=====
:release-date: 2019-02-13 2:00 p.m. UTC+2

- Fix entrypoint.

.. _version-1.4.2:

1.4.2
=====
:release-date: 2019-02-13 2:00 p.m. UTC+2

- Use HTTPS for object inventories.
- Fix deprecation warning.

.. _version-1.4.1:

1.4.1
=====

- Update intersphinx mapping url for gevent

- PEP8 fixes.

.. _version-1.4.0:

1.4.0
=====
:release-date: 2017-03-15 11:26 p.m. PDT

- Now requires :pypi:`Spinx` 1.7.1

- Added ``:wikipedia:`` extlink.

- ``epub_title`` was hardcoded to Celery, now uses project name.

- :pypi:`pytest` added as intersphinx mapping, :pypi:`nose` removed.

- Removed unnecessary dependency on :pypi:`case`

    Contributed by Christopher Hoskin.

- All extensions are now marked as ``read_parallel_safe``.

    Contributed by Omer Katz.

- Fixed intersphinx URL and Github issue resolution.

    Contributed by George Psarakis.

- Update :pypi:`msgpack-python` documentation URL

    Contributed by George Psarakis.

.. _version-1.3.1:

1.3.1
=====
:release-date: 2016-08-10 01:40 p.m. PDT

- No longer depends on sphinxcontrib-spelling.

    This library depends on the enchant C library being installed,
    and are crashing Travis builds.

.. _version-1.3.0:

1.3.0
=====
:release-date: 2016-05-27 01:41 p.m. PDT

- Removes dependency on non-Python3 compatible sphinxcontrib-cheeseshop

    The ``:pypi:`` role has been replaced using extlinks, so will still work.

.. _version-1.2.0:

1.2.0
=====
:release-date: 2016-04-14 11:22 p.m. PDT

- New extlink crossref type: ``:github_username:``.

- New extlink crossref type: ``:github_branch:``.

- New extlink crossref type: ``:sha:``.

- Adds :pypi:`sphinxcontrib-spelling`.

    To check spelling mistakes run the following command:

    .. code-block:: console

        $ sphinx-build -b spelling

.. _version-1.1.0:

1.1.0
=====
:release-date: 2016-04-08 04:18 p.m. PDT

- New apicheck extension

- New configcheck extension

.. _version-1.0.0:

1.0.0
=====
:release-date: 2016-04-07 05:19 p.m. PDT
:release-by: Ask Solem

- Initial release
