Installation

  1. Install the Python package:

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

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

    make clean
    make html