Use exact match when dealing with MooseDocs gitutils #29097
Labels
C: Documentation
C: Python
for content in the python directory
T: task
An enhancement to the software.
Motivation
By default gitutils in MooseDocs uses recursion when querying git submodules. This can inadvertently bring in multiple "moose's". And as such will list the wrong hash when building SQA documentation.
Current design example. Take Bison:
MooseDocs ends up using
iapws95/moose
instead ofmoose
, when generating this page: https://mooseframework.inl.gov/bison/sqa/bison_sll.html (current version of moose identified as being used to build Bison).Design
Allow the git extension to supply recursion at the document level, instead of by global default.
Impact
Correct reporting of certain SQA documents when rendering the MOOSE sited.
The text was updated successfully, but these errors were encountered: