[<prev] [next>] [day] [month] [year] [list]
Message-Id: <a89d8059e0357247841dfd4c68daa817faf775eb.1588345503.git.mchehab+huawei@kernel.org>
Date: Fri, 1 May 2020 17:37:57 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>
Subject: [PATCH 13/14] docs: staging: don't use literalinclude
Such directive cause troubles with PDF output.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
---
Documentation/staging/index.rst | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
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:
--
2.25.4
Powered by blists - more mailing lists