Conversation
Add an 'ancillary' depset field to SphinxSourcesInfo for files that must be physically present in the Sphinx tree (e.g. for sub-toctrees or .. uml:: directives) but are NOT top-level toctree entries.
Instead of rendering all FTA diagrams inline with '.. uml::' in a single 'Root Causes' section, generate one RST wrapper page per preprocessed diagram using make_puml_rst_wrappers() and reference them via a toctree.
Instead of passing raw TRLC source files into SphinxSourcesInfo, run each source through the trlc_rst renderer (same tool used by requirements.bzl) to produce a proper .rst file for inclusion in the Sphinx documentation build.
…ctions Split the 'requirements' attribute handling into separate feature_requirements and assumed_system_requirements sections, accepting both FeatureRequirementsInfo and AssumedSystemRequirementsInfo providers on the requirements attr. Restructure the index template accordingly: - 'Assumed System' section: assumed_system_requirements + assumptions_of_use - 'Software Architectural Level' section: feature_requirements + architectural_design + dependability_analysis - Components are now referenced directly in the outer toctree (no intermediate components/index.rst)
e1a2138 to
5f9d81c
Compare
castler
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.