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