summarylogtreecommitdiffstats
path: root/010-linux-fix-documentation.patch
blob: 216113a3f62a01d96baecc6f2e5593f947cea781 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Documentation/sphinx/kernel_include.py
+++ b/Documentation/sphinx/kernel_include.py
@@ -97,7 +97,7 @@ class KernelInclude(Include):
         # HINT: this is the only line I had to change / commented out:
         #path = utils.relative_path(None, path)
 
-        path = nodes.reprunicode(path)
+        path = str(path)
         encoding = self.options.get(
             'encoding', self.state.document.settings.input_encoding)
         e_handler=self.state.document.settings.input_encoding_error_handler