On Sunday, 23 February 2020 at 17:18:48 UTC, Andre Pany wrote:
If your Dub package is registered on code.dlang.org, this is automatically provided.Example: http://code.dlang.org/packages/arsd-official Click on the documentation link.Beside that you can use e.g. Github Actions to create documentation.Kind regards Andre
I've fixed my phobos-next so that doc generation now works via dub build --build=docs --compiler=dmd Is this command called only when I tag my repo with a new version?