From 25d1af7821c1339c49ad5675e7c899afff72d11a Mon Sep 17 00:00:00 2001 From: belono Date: Fri, 21 Feb 2025 20:27:40 +0100 Subject: [PATCH] Fix GH link path --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 3725df4..89e1809 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -148,7 +148,7 @@ html_context = { "display_github": True, "github_user": "python-escpos", "github_repo": "python-escpos", - "github_version": "master/", + "github_version": "master/doc/", } # Add any paths that contain custom themes here, relative to this directory.