[docs] Use FetchContent to grab CMake modules (#61)

This commit is contained in:
Jared Dillard
2025-12-11 00:55:00 -08:00
committed by GitHub
parent 8a1a73512d
commit cbbf4b572b
6 changed files with 100 additions and 46 deletions
+1 -4
View File
@@ -26,10 +26,6 @@ and a single combined documentation llms-full.txt file, written in reStructuredT
# rst_file_suffix = ".html.rst"
markdown_file_suffix = ".html.md"
extlinks = {
"ghfile": ("https://github.com/jdillard/sphinx-llms-txt/blob/main/%s", "%s")
}
# check if the current commit is tagged as a release (vX.Y.Z)
try:
GIT_TAG_OUTPUT = subprocess.check_output(["git", "tag", "--points-at", "HEAD"])
@@ -61,6 +57,7 @@ extensions = [
"sphinxcontrib.restbuilder",
"sphinx_inline_tabs",
"sphinx.ext.extlinks",
"sphinx_design",
]
# The language for content autogenerated by Sphinx. Refer to documentation