ci(docs): isolate docs dependencies to avoid python-ldap build

Add dedicated docs dependency group with only mkdocs-material to avoid
installing python-ldap during docs builds. python-ldap requires OpenLDAP
dev headers (libldap2-dev) which aren't available on standard CI runners.
This commit is contained in:
Hayden
2025-12-20 20:31:33 -06:00
parent efb9dae681
commit b0d85bc406
3 changed files with 8 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ pgsql = [
]
[dependency-groups]
docs = [
"mkdocs-material==9.7.0",
]
dev = [
"coverage==7.13.0",
"coveragepy-lcov==0.1.2",