-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Currently our sphinx extensions access docs-external data directly. For example:
- parsing source code to find referenced needs
- parsing test results to map to needs
- accessing github api to find PR reviewers
An alternative approach is to perform those activities before starting sphinx, and have sphinx operate on static data. This goes into the direction of making use of bazel caching.
On the other hand, this adds complexity. And even more importantly it couples docs generation to bazel, which many do not whish.
As both approaches have clearly several significant advantages, we want to write up a decision record which details them.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Draft