diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-12 16:44:38 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-12 16:51:44 -0600 |
commit | 6d16e9143e9ef7e4c3f497f1111dfd48eaf2bab6 (patch) | |
tree | edf2c4fdbda1425dab64e6af40e7ab716d009048 /Documentation/input | |
parent | 7d2b39ab9b0d67c3e6c66e3b68644522d4e15392 (diff) | |
download | linux-stable-6d16e9143e9ef7e4c3f497f1111dfd48eaf2bab6.tar.gz linux-stable-6d16e9143e9ef7e4c3f497f1111dfd48eaf2bab6.tar.bz2 linux-stable-6d16e9143e9ef7e4c3f497f1111dfd48eaf2bab6.zip |
docs: Turn off section numbering for the input docs
The input docs enable section numbering at multiple levels, leading to a
lot of bright-red "nested numbered toctree" warnings in newer Sphinx
versions. Just take that directive out for now to help alleviate the
global red-pixel shortage.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/input')
-rw-r--r-- | Documentation/input/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst index 7a3e71c2bd00..9888f5cbf6d5 100644 --- a/Documentation/input/index.rst +++ b/Documentation/input/index.rst @@ -6,7 +6,6 @@ Contents: .. toctree:: :maxdepth: 2 - :numbered: input_uapi input_kapi |