Switch to parsing workflows before processes

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-01-10 17:42:24 -06:00
parent ccda669363
commit d4b3fdc354
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -112,8 +112,8 @@ class NFDocs(Directive):
# Create dictionaries for each of the block types
docstrings = {
"process": {},
"workflow": {},
"process": {},
"function": {}
}