Hi guys,

I haven't seen a way to exclude dependencies when building docs. Ideally I only want to produce documentation for my own package.

I'm currently building docs with:

dub build -b docs

I imagine that I might need to specify a configuration in my dub.json?

Thanks,