From 236822885e1b628dea81b8af1ad7aeda533b839f Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 12 Jul 2025 21:19:19 -0700 Subject: [PATCH] configure docs theme --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d7d960..d4a68b9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -81,7 +81,11 @@ html_theme = "furo" # further. For a list of options available for each theme, see the # documentation. # -html_theme_options = {} +html_theme_options = { + "source_repository": "https://github.com/jdillard/sphinx-llms-txt/", + "source_branch": "main", + "source_directory": "docs/", +} html_baseurl = "https://sphinx-llms-txt.readthedocs.org/"