Skip to content

Commit 3fa78d9

Browse files
committed
docs(formal): remove dead change_history_table import
The change_history_table rendering is handled exclusively by core.typ's auto-appended Appendices section. This import was never called from these consumer files. Also regenerates the PDFs after the upstream core.typ update (adds extra_appendix_body parameter; no observable change for this project).
1 parent fbeb11c commit 3fa78d9

6 files changed

Lines changed: 3 additions & 3 deletions
0 Bytes
Binary file not shown.

docs/formal/software_design_specification.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// SPDX-License-Identifier: BSD-3-Clause
1818
// ============================================================================
1919

20-
#import "core.typ": formal_doc, change_history_table
20+
#import "core.typ": formal_doc
2121

2222
#let doc = (
2323
authors: ("Michael Gardner",),
0 Bytes
Binary file not shown.

docs/formal/software_requirements_specification.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// SPDX-License-Identifier: BSD-3-Clause
1818
// ============================================================================
1919

20-
#import "core.typ": change_history_table, formal_doc
20+
#import "core.typ": formal_doc
2121

2222
#let doc = (
2323
authors: ("Michael Gardner",),
0 Bytes
Binary file not shown.

docs/formal/software_test_guide.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// SPDX-License-Identifier: BSD-3-Clause
1818
// ============================================================================
1919

20-
#import "core.typ": formal_doc, change_history_table
20+
#import "core.typ": formal_doc
2121

2222
#let doc = (
2323
title: "Software Test Guide",

0 commit comments

Comments
 (0)