From 45ab9cbf825b3cbdc40e8a24ea7f720879b23909 Mon Sep 17 00:00:00 2001 From: belono Date: Sun, 16 Feb 2025 23:40:16 +0100 Subject: [PATCH] Fix code style --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2f14165..4ac91ba 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -142,8 +142,8 @@ else: # further. For a list of options available for each theme, see the # documentation. html_theme_options = dict( - github_url='https://github.com/python-escpos/python-escpos', - ) + github_url="https://github.com/python-escpos/python-escpos", +) # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []