[user] name = Tobias Klauser email = tklauser@distanz.ch signingkey = B5510F47 [core] abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol [alias] co = checkout st = status ci = commit br = branch d = diff ds = diff --stat lp = log -p dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | bzip2 -9v > ../$(git describe HEAD).tar.bz2" up = pull --rebase --autostash cr = codereview change = codereview change gofmt = codereview gofmt mail = codereview mail pending = codereview pending submit = codereview submit sync = codereview sync [pretty] fixes = Fixes: %h (\"%s\") commit = %h (\"%s\") [color] ui = true diff = auto branch = auto status = auto [color "diff"] whitespace = red reverse [push] default = matching [merge] tool = vimdiff [grep] lineNumber = true [sendemail] smtpserver = mail.zhinst.com suppresscc = self bcc = Tobias Klauser [stash] showPatch = true [tag] sort = version:refname [versionsort] prereleaseSuffix = -rc [http] cookiefile = /home/tobiask/.gitcookies net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/virtio
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-09 13:12:45 -0300
committerJonathan Corbet <corbet@lwn.net>2016-07-09 23:15:05 -0600
commit547218864afb2745d9d137f005f3380ef96b26ab (patch)
tree346b0f3e8daf12b63a600716915a7c7c3245fdb1 /tools/virtio
parentfb054c5a95ba336ce2f29c98aee3eb042d725d0f (diff)
doc-rst: add an option to ignore DocBooks when generating docs
Sometimes, we want to do a partial build, instead of building everything. However, right now, if one wants to build just Sphinx books, it will build also the DocBooks. Add an option to allow to ignore all DocBooks when building documentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'tools/virtio')