Klink Sample¶
This is a simple demonstration of the Klink Sphinx theme, last updated on 8 April 2025.
Usage¶
Install this theme:
$ pip install klink
Add the following to your
conf.pyfile:import klink html_theme = 'klink' html_theme_path = [klink.get_html_theme_path()]
Run Sphinx!
Documentation¶
Please find further resources and documentation for the Klink theme at https://pmorissette.github.io/klink/.