From bfec5f40e9a9f03792da1c8e240433d54d0859ce Mon Sep 17 00:00:00 2001 From: Aryan Neogi Date: Thu, 4 Jun 2026 17:54:33 +0530 Subject: [PATCH] fix: correct source repository link in Furo theme options (#2) --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 51233c6..754cdac 100644 --- a/conf.py +++ b/conf.py @@ -56,9 +56,9 @@ html_logo = "_static/logo.png" html_favicon = "_static/icon.svg" html_theme_options = { - "source_repository": "https://github.com/pyfenn/fenn", + "source_repository": "https://github.com/pyfenn/dev-docs", "source_branch": "main", - "source_directory": "docs/", + "source_directory": "", "light_css_variables": { "color-brand-primary": "#00A86B", "color-brand-content": "#00A86B",