Fix unaesthetic indentation
authorMatthew Wilcox <willy@infradead.org>
Mon, 15 Feb 2021 16:17:57 +0000 (16:17 +0000)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Feb 2021 21:35:04 +0000 (14:35 -0700)
commit36d8900d2000906d075802784e30b1aeefda3c5a
tree514ad0d92f767306bb97c335d70af50bcf44975f
parent336ced2de62d27b5a1d64672d7470e0cc7f93376
Fix unaesthetic indentation

The current documentation build looks like this:

$ make htmldocs
  SPHINX  htmldocs --> file:///home/willy/kernel/linux-next/Documentation/output
make[2]: Nothing to be done for 'html'.
WARNING: The kernel documentation build process
        support for Sphinx v3.0 and above is brand new. Be prepared for
        possible issues in the generated output.
        $

That extra indentation before my next prompt isn't pretty.  This patch
fixes it, but I'm not a pythonista, and maybe there's a better way.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20210215161757.GD2858050@casper.infradead.org
[jc: tweaked for the "better way"]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py