fix docs path

This commit is contained in:
Jared Dillard
2025-07-12 21:32:01 -07:00
committed by GitHub
parent 236822885e
commit 57f716b2f9
+1 -1
View File
@@ -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/"