From b103c607654e55dcb1da40557628a2044b72c936 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 15 Jun 2020 08:50:26 +0200 Subject: docs: staging: don't use literalinclude Such directive cause troubles with PDF output. Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/9a9043face7ace90e3616ba840a8e09cfc8f143f.1592203650.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet --- Documentation/staging/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Documentation/staging/index.rst') diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst index 8e98517675ca..8cc9d94b0a13 100644 --- a/Documentation/staging/index.rst +++ b/Documentation/staging/index.rst @@ -19,14 +19,17 @@ Unsorted Documentation Atomic Types ============ -.. literalinclude:: ../atomic_t.txt +.. include:: ../atomic_t.txt + :literal: Atomic bitops ============= -.. literalinclude:: ../atomic_bitops.txt +.. include:: ../atomic_bitops.txt + :literal: Memory Barriers =============== -.. literalinclude:: ../memory-barriers.txt +.. include:: ../memory-barriers.txt + :literal: -- cgit v1.2.3