Change markdown suffix

This commit is contained in:
Jared Dillard
2025-12-07 22:45:31 -08:00
parent 3a4ccca5bb
commit 5b1b72bafb
+2 -1
View File
@@ -16,7 +16,7 @@ project = "sphinx-llms-txt"
copyright = "Jared Dillard" copyright = "Jared Dillard"
author = "Jared Dillard" author = "Jared Dillard"
llms_txt_uri_template = "{base_url}{docname}.md" llms_txt_uri_template = "{base_url}{docname}.html.md"
llms_txt_code_files = ["+:../../sphinx_llms_txt/*.py"] llms_txt_code_files = ["+:../../sphinx_llms_txt/*.py"]
llms_txt_summary = """ llms_txt_summary = """
A Sphinx extension that generates a summary llms.txt file,written in Markdown, A Sphinx extension that generates a summary llms.txt file,written in Markdown,
@@ -25,6 +25,7 @@ and a single combined documentation llms-full.txt file, written in reStructuredT
# This doesn't seem to be supported # This doesn't seem to be supported
# rst_file_suffix = ".html.rst" # rst_file_suffix = ".html.rst"
markdown_file_suffix = ".html.md"
extlinks = { extlinks = {
"ghfile": ("https://github.com/jdillard/sphinx-llms-txt/blob/main/%s", "%s") "ghfile": ("https://github.com/jdillard/sphinx-llms-txt/blob/main/%s", "%s")