[docs] Add docs on the CMake workflow (#56)

This commit is contained in:
Jared Dillard
2025-12-05 18:37:24 -08:00
committed by GitHub
parent f1a3963a0d
commit 0a3da6b1f9
3 changed files with 67 additions and 5 deletions
+5
View File
@@ -26,6 +26,10 @@ and a single combined documentation llms-full.txt file, written in reStructuredT
# This doesn't seem to be supported
# rst_file_suffix = ".html.rst"
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"])
@@ -56,6 +60,7 @@ extensions = [
"sphinx_llms_txt",
"sphinxcontrib.restbuilder",
"sphinx_inline_tabs",
"sphinx.ext.extlinks",
]
# The language for content autogenerated by Sphinx. Refer to documentation