From 57f716b2f9fa28c240605873ee6dccfb3559f9d8 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 12 Jul 2025 21:32:01 -0700 Subject: [PATCH] fix docs path --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d4a68b9..45356ec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,7 +84,7 @@ html_theme = "furo" html_theme_options = { "source_repository": "https://github.com/jdillard/sphinx-llms-txt/", "source_branch": "main", - "source_directory": "docs/", + "source_directory": "docs/source/", } html_baseurl = "https://sphinx-llms-txt.readthedocs.org/"