Simple enough question but I’ve spent ages on it.
How do I just build the documentation?
I’ve configured the project using the build script but not actually kicked off the build. I’m building targets individually like this...
ninja swift
How do I build the documentation?
I tried ninja docs but that target isn’t recognised.
I can read the raw rst files but things like the array documentation look like they’d be easier to read in html.
1 Like