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/"