Metadata-Version: 2.1
Name: zondocs-theme
Version: 1.0.6
Summary: New sphinx theme for ZEIT ONLINE docs
Home-page: https://github.com/zeitonline/zondocs_theme/
Author: Nico Bruenjes <nico.bruenjes@zeit.de>
Author-email: nico.bruenjes@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

======================================
New shiny Sphinx Theme for ZEIT ONLINE
======================================


Usage
-----

Install the package, e.g. ``pip install zondocs_theme``, and then set
``html_theme = 'zondocs_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``)


Release process
---------------

.. note::
   `pipenv` is needed to run the release process

To release the package it should be enough to run `bin/release`.


=======
CHANGES
=======

1.0.6 (2023-02-15)
------------------

- Brownbag release


1.0.5 (2023-02-15)
------------------

- Include Changes and Readme in manifest


1.0.4 (2023-02-15)
------------------

- Fix search


1.0.3 (2023-02-13)
------------------

- Remove unused setuptools_git dependency


1.0.2 (2023-02-02)
------------------

- Fix brownbag release


1.0.1 (2023-01-27)
------------------

- brownbag release


1.0.0 (2023-01-27)
------------------

- Initial release.
