Add CMake support for also building Markdown docs in parallel (#49)

This commit is contained in:
Jared Dillard
2025-10-26 20:11:09 -07:00
committed by GitHub
parent b63801bcff
commit e2a80faf04
7 changed files with 120 additions and 12 deletions
+3 -1
View File
@@ -48,6 +48,8 @@ test = [
"pytest>=7.0.0",
]
[tool.setuptools]
packages = ["sphinx_llms_txt"]
[tool.setuptools.dynamic]
version = {attr = "sphinx_llms_txt.__version__"}
@@ -88,4 +90,4 @@ filterwarnings = [
"ignore::UserWarning",
"ignore::DeprecationWarning",
"ignore::PendingDeprecationWarning",
]
]