1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
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
|