Skip to content

Commit 80d33dd

Browse files
committed
TMP: attempted fix + debugging info
1 parent 149237b commit 80d33dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/test_sphinxdocs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
# Functions that should not be referenced
2323
legacy_functions = [
24+
'FRD', # FrequencyResponseData (or frd)
2425
'balred', # balanced_reduction
2526
'bode', # bode_plot
2627
'c2d', # sample_system
@@ -102,6 +103,8 @@ def test_sphinx_functions(module):
102103
case False, False, False, False:
103104
_fail(f"{objname} not referenced in sphinx docs")
104105

106+
_info(f"Functions checked so far: {checked}", -1)
107+
105108

106109
def _check_deprecated(obj):
107110
with warnings.catch_warnings():

0 commit comments

Comments
 (0)