I want to have Appledoc only create a Docset for publishing, but not to install it in Xcode. Use case is for my build server which does not need to install docsets, but only prepare them for uploading to my docs website.
So I set --publish-docset = YES and --install-docset = NO. I verified these settings with the --print-settings option.
The problem is that in this case no publish folder appears at the output location, but only a docset folder. If I remove the --no-install-docset then it will also install the docset.
The issue is that you are not able to only create a publish (atom+xar).