Klink Sample¶

This is a simple demonstration of the Klink Sphinx theme, last updated on 8 April 2025.

Usage¶

  1. Install this theme:

    $ pip install klink
    
  2. Add the following to your conf.py file:

    import klink
    
    
    html_theme = 'klink'
    html_theme_path = [klink.get_html_theme_path()]
    
  3. Run Sphinx!

Documentation¶

Please find further resources and documentation for the Klink theme at https://pmorissette.github.io/klink/.

Quick search

2025, the Sphinx developers