Metadata-Version: 2.1
Name: takao
Version: 0.0.1.dev0
Summary: A dark theme for Sphinx.
Home-page: https://github.com/reupen/takao
License: MIT
Author: Reupen Shah
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: sphinx (>=4)
Project-URL: Repository, https://github.com/reupen/takao
Description-Content-Type: text/markdown

# Takao

Takao is a dark theme for Sphinx I created for use in my own projects.

## Installation

1. Install the Python package:

   ```shell
   pip install takao
   ```

2. Update `html_theme` in your Sphinx project configuration:

   ```python
   html_theme = "takao"
   ```

3. Create a fresh documentation build in your Sphinx project directory:

   ```shell
   make clean
   make html
   ```

