Commit ba255dd
authored
fix(ci): install SDK dependencies before docs build (#14)
* fix(docs): replace broken enterprise link with sales contact
The '../../../enterprise/' relative link pointed to a non-existent
folder. Replaced with mailto:sales@capisc.io as a contact point for
enterprise deployment documentation.
Discovered during documentation audit.
* fix(ci): install sdk dependencies before docs build
mkdocstrings/griffe needs pydantic and other sdk dependencies
installed to resolve base classes during documentation generation.
Install capiscio-sdk-python (with its deps) before requirements-docs.txt.
* fix(ci): correct sdk path for GitHub Actions workspace
* fix(ci): resolve griffe base class resolution errors
- Install capiscio-sdk-python with [dev] extras to ensure all deps available
- Move import/inventories to correct location in mkdocstrings config
- Add preload_modules for pydantic to help griffe resolve base classes
* ci: re-trigger build after RFC-004/005 merged to main1 parent 7a3b1e4 commit ba255dd
2 files changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | | - | |
103 | | - | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
89 | | - | |
90 | 93 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments