Skip to main content

A dark theme for Sphinx.

Project description

Takao

Takao is a dark theme for the Sphinx documentation generator.

I created it mainly for my own projects. Feel free to try it and open an issue if you have any problems.

Installation

  1. Install the Python package:

    pip install takao
    
  2. Update html_theme in your Sphinx project configuration:

    html_theme = "takao"
    
  3. Create a clean documentation build in your Sphinx project directory:

    make clean
    make html
    

Development

Development of Takao requires Python 3.11, Poetry and Node.js 18.

Building a wheel

  1. Install Python dependencies:

    poetry install
    
  2. Install Node.js dependencies:

    npm install
    
  3. Build static assets:

    npm run build
    
  4. Build the wheel :

    poetry build
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

takao-0.0.1.dev2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

takao-0.0.1.dev2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page