You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation check script incorrectly assumed both drivers and projects
follow the same directory structure. Projects are organized directly under
projects/ but their documentation is categorized under subdirectories in
doc/sphinx/source/projects/, while drivers follow the expected structure
of drivers/category/driver_name/.
This fix handles projects separately by:
- Finding the .rst file anywhere under doc/sphinx/source/projects/
- Extracting the category from the actual file location
- Checking the appropriate wildcard pattern in projects_doc.rst
Fixes: 77d5a55 ("doc: reorganize sphinx docs with subdir categories")
Signed-off-by: Alexandra Miclaus <alexandra.miclaus@analog.com>
0 commit comments