error building documentation #23257
-
|
Hi all, I'm trying to build the html documentation for MOOSE on my computer (Mac OSX 12.4 Monterey). That would be very useful cause I'm working offline quite often. When I do it from the "test" directory:
it works smoothly. But as far as I understand, in order to replicate the documentation of the actual MOOSE website I must run the command in the "modules" directory.
and then a lot of other errors about syntax not being found. What am I doing wrong? Thanks for any help, N |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The script looks for combined-opt and couldn't find it. You need to compile combined-opt in modules/combined. |
Beta Was this translation helpful? Give feedback.
The script looks for combined-opt and couldn't find it. You need to compile combined-opt in modules/combined.