From fb9b4d82d29b5b6d1ea7e8bc238fdb4fda02cf4b Mon Sep 17 00:00:00 2001 From: belono Date: Sun, 16 Feb 2025 21:01:34 +0100 Subject: [PATCH] Add link to github --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index d7fba67..2f14165 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -141,7 +141,9 @@ else: # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -# html_theme_options = {} +html_theme_options = dict( + github_url='https://github.com/python-escpos/python-escpos', + ) # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []