Metadata-Version: 2.4
Name: python-docs-theme-ubs
Version: 1.0.0
Summary: The Sphinx theme for the UNICORN Binance Suite documentation
Author: Oliver Zehentleitner
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
License-File: LICENSE
Project-URL: Code, https://github.com/oliver-zehentleitner/python-docs-theme-ubs
Project-URL: Download, https://pypi.org/project/python-docs-theme-ubs/
Project-URL: Homepage, https://github.com/oliver-zehentleitner/python-docs-theme-ubs
Project-URL: Issue tracker, https://github.com/oliver-zehentleitner/python-docs-theme-ubs/issues

# Python Docs Sphinx Theme (UBS Edition)

Forked from https://github.com/python/python-docs-theme

The Sphinx theme for the [UNICORN Binance Suite](https://github.com/oliver-zehentleitner/unicorn-binance-suite) documentation.

## Installation

```
pip install python-docs-theme-ubs
```

https://pypi.org/project/python-docs-theme-ubs

## Usage

Settings for `source/conf.py`:

```python
html_theme = 'python_docs_theme_ubs'
html_context = {
    'github_repo_name': 'unicorn-binance-suite',
    'github_user_name': 'oliver-zehentleitner',
    'project_name': project,
}
```

### Elements are inherited by:
- https://github.com/sphinx-doc/sphinx/tree/master/sphinx/themes/default
- https://github.com/sphinx-doc/sphinx/tree/master/sphinx/themes/basic

