Skip to content

Allow multiple --content-dir arguments

Carlos Garnacho requested to merge wip/carlosg/multi-content-dir into main

Some projects (e.g. Tracker) may want to generate some documentation bits and have them merged with other static documents. This merge request implements support for multiple --content-dir arguments, so those cases can be supported by adding source and build dirs to the lookup directories.

Directories are looked up in the same order they are added.

Merge request reports