Change log for pylons-sphinx-themes
===================================

1.0.13 (2020-11-30)
-------------------

- Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled
  it out as a feature flag in April 2020, and it now appears to be rolling out
  in more projects.
- Add padding to the top of `linenodiv` to align with code in tables and its
  extra 2px top border.


1.0.12 (2020-11-28)
-------------------

- Added style ``.wy-table-responsive { overflow-x: scroll; }`` to prevent
  tables from blowout by long dotted method names.


1.0.11 (2020-01-13)
-------------------

- Fix the width of linenos table column when used in code-blocks.


1.0.10 (2018-09-25)
-------------------

- Add Read the Docs to the recipients of ad revenue.


1.0.9 (2018-09-23)
------------------

- Remove hyphenation because it sometimes hyphenates inappropriately, such as
  in code.


1.0.8 (2018-09-21)
------------------

- Fix support for Ethical Ads.


1.0.7 (2018-09-21)
------------------

- Added support for Ethical Ads for Read The Docs. See
  https://github.com/Pylons/pylons-sphinx-themes/pull/12


1.0.6 (2017-09-22)
------------------

- Update zest.releaser in order to release to PyPI.


1.0.5 (2017-09-22)
------------------

- Clean up licensing
  https://github.com/Pylons/pylons-sphinx-themes/issues/8


1.0.4 (2017-06-20)
------------------

- Specify line spacing for list items for only within the .body class.


1.0.3 (2017-06-20)
------------------

- Add line spacing for list items. Closes #4.


1.0.2 (2017-06-16)
------------------

- Remove HTTPS protocol to allow either HTTPS or HTTP.


1.0.1 (2017-06-16)
------------------

- Use HTTPS for protocol of stylesheets.


1.0 (2017-04-18)
------------------

- Use zest.releaser for releasing.
- Improve documentation.


0.3.1 (2015-04-15)
------------------

- Improve documentation.


0.3 (2015-04-15)
----------------

- Convert from using git submodule used in
  https://github.com/Pylons/pylons_sphinx_theme to a package. See
  https://github.com/Pylons/pyramid/issues/1614

- Initial commit.
