From 87afcfc883c524edf72deef9975d66facbac8c3d Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 4 Feb 2025 16:40:27 -0800 Subject: [PATCH] broken sphinx-needs math syntax - empty parens --- doc/qa_docs/srsd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qa_docs/srsd.rst b/doc/qa_docs/srsd.rst index 44aa81750..22c800345 100644 --- a/doc/qa_docs/srsd.rst +++ b/doc/qa_docs/srsd.rst @@ -49,7 +49,7 @@ Here are some quick metrics for ARMI's requirements: * :need_count:`type=='req' and status=='preliminary'` Preliminary Requirements * :need_count:`type=='req' and status=='accepted'` Accepted Requirements * :need_count:`type=='req' and len(implements_back)>0` Requirements with implementations - * :need_count:`type=='req' and (len(tests_back)>0` Requirements with tests + * :need_count:`type=='req' and len(tests_back)>0` Requirements with tests * :need_count:`type=='test'` tests linked to Requirements * :need_count:`type=='impl'` implementations linked to Requirements