X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89f10cd956b1282d8d650fd82f945f8169664df9..949abe8b7922c2b8d74b40366f053fdab1a1d214:/doc/Rakefile diff --git a/doc/Rakefile b/doc/Rakefile index c3888c5f69..63dc16d25d 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -3,6 +3,12 @@ # # SPDX-License-Identifier: CC-BY-SA-3.0 +# As a convenience to the documentation writer, you can touch a file +# called 'no-sdk' in the 'doc' directory and it will suppress +# generating the documentation for the SDKs, which (the R docs +# especially) take a fair bit of time and slow down the edit-preview +# cycle. + require "rubygems" require "colorize"