Metadata-Version: 2.1
Name: sphinx-zon-theme
Version: 1.4.4
Summary: Sphinx Theme for ZEIT ONLINE
Home-page: https://github.com/zeitonline/sphinx_zon_theme/
Author: Wolfgang Schnerring <wolfgang.schnerring@zeit.de>
Author-email: wolfgang.schnerring@zeit.de
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
License-File: LICENSE

============================
Sphinx Theme for ZEIT ONLINE
============================

Based on the fabulous `Read the Docs`_ theme.

.. _`Read the Docs`: https://github.com/rtfd/sphinx_rtd_theme


Usage
=====

Install the package, e.g. ``pip install sphinx_zon_theme``, and then set
``html_theme = 'sphinx_zon_theme'`` in your Sphinx ``conf.py``.


Features
========

* Automatically uses the ZON logo.
* Adds an "edit this page" link to the sidebar. To customize how this link is
  created, you can set the following::

    html_theme_options = {
        'editme_link': (
            'https://github.com/zeitonline/{project}/edit/master/{page}')
    }

  (This is the default value, it supports two variables, ``project`` is taken
   directly from ``conf.py``, and ``page`` evaluates to
   ``path/to/current/page.suffix``)


=========
Changelog
=========

1.4.4 (2022-09-13)

- Fix wheel build dependencies

1.4.3 (2022-09-13)
==================

- Remove sphinx_elasticsearch integration
- Update sphinx_rtd_theme to 1.0.0


1.4.2 (2020-10-20)
==================

- Remove "like" button feature


1.4.1 (2020-10-16)
==================

- Make compatible with Sphinx-2, update sphinx_rtd_theme to 0.5.0


1.4.0 (2020-10-16)
==================

- Unusable, brown-bag release


1.3.2 (2020-01-08)
==================

- Hide empty table heads with CSS


1.3.1 (2019-12-11)
==================

- Fix rst syntax for pypi upload


1.3.0 (2019-12-11)
==================

- Style tables a little more nicely


1.2.0 (2019-04-05)
==================

- Add a "like" button to the bottom of each page


1.1.1 (2018-12-14)
==================

- Update default URL to https://docs.zeit.de


1.1.0 (2018-12-10)
==================

- Use sphinx_elasticsearch for searching.


1.0.0 (2018-09-27)
==================

- Initial release.
