Metadata-Version: 2.1
Name: sphinx-conestack-theme
Version: 1.0
Summary: Mobile friendly Bootstrap 5 based Sphinx theme
Author-email: Cone Contributors <dev@conestack.org>
License: BSD 2-Clause License
Project-URL: Homepage, https://conestack.github.io/sphinx-conestack-theme
Project-URL: Code, https://github.com/conestack/sphinx-conestack-theme
Keywords: Sphinx,conestack,theme
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: Sphinx>=5.0.0

Conestack Sphinx Theme
======================

.. image:: https://img.shields.io/pypi/v/sphinx-conestack-theme.svg
    :target: https://pypi.python.org/pypi/sphinx-conestack-theme
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/sphinx-conestack-theme.svg
    :target: https://pypi.python.org/pypi/sphinx-conestack-theme
    :alt: Number of PyPI downloads

**A mobile friendly Bootstrap 5 based Sphinx theme.**


Detailed Documentation
----------------------

The detailed ``sphinx-conestack-theme`` documentation is available
`here <https://conestack.github.io/sphinx-conestack-theme>`_.


Source Code
-----------

The sources are in a GIT DVCS with its main branches at
`github <http://github.com/conestack/sphinx-conestack-theme>`_.


Copyright
---------

- Copyright (c) 2021-2024 Cone Contributors


Contributors
------------

- Lena Daxenbichler
- Robert Niederreiter

Changes
=======

1.0 (2024-06-01)
----------------

- Minimum Sphinx version is 5.0. Testet up to 7.3.

- Minimum Python version is 3.9 now.

- Migrate from setup.py to pyproject.toml.


1.0b3 (2021-12-13)
------------------

- Add theme option to hide localtoc.

- Improve global toc styles.

- Make colums widths configurable.


1.0b2 (2021-09-21)
------------------

- Add "scroll to top" button on mobile devices.

- Remove "copy to clipboard" button on mobile devices.

- Fix searchbox on mobile devices.


1.0b1 (2021-08-27)
------------------

- Initial release.

License
=======

Copyright (c) 2021-2024, Cone Contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
