Metadata-Version: 2.4
Name: sphinx-conestack-theme
Version: 1.1.1
Summary: Mobile friendly Bootstrap 5 based Sphinx theme
Project-URL: Homepage, https://conestack.github.io/sphinx-conestack-theme
Project-URL: Code, https://github.com/conestack/sphinx-conestack-theme
Author-email: Cone Contributors <dev@conestack.org>
License: BSD 2-Clause License
License-File: LICENSE.rst
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.10
Requires-Dist: sphinx
Description-Content-Type: text/x-rst

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-2025 Cone Contributors


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

- Lena Daxenbichler
- Robert Niederreiter


Changes
=======

1.1.1 (2025-12-05)
------------------

- Remove version pinning for sphinx.
  [rnix]


1.1.0 (2025-12-04)
------------------

- Refactor package layout to use ``pyproject.toml``.
  [rnix]

- Pin Sphinx Version to 9.0.1.
  [lenadax]

- Update Bootstrap Version to 5.3.3.
  [lenadax]

- Update static directory structure.
  [lenadax]

- Include Colortoggler (taken and modified from cone.app).
  [lenadax]

- Add dark mode.
  [lenadax]

- Add pygments_dark_style to config.
  [lenadax]


1.0.1 (2024-06-02)
------------------

- Pin Sphinx version to 5.0.0. Javascript changes in newer versions are
  incompatible.

- Add ``role="main"`` to main containers in markup.


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-2025, 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.
