Skip to content

Commit dc9e196

Browse files
committed
1 parent d97233b commit dc9e196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_ext/vyos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def run(self):
221221
path = os.path.join(self.standard_include_path, path[1:-1])
222222
path = os.path.normpath(os.path.join(source_dir, path))
223223
path = utils.relative_path(None, path)
224-
path = nodes.reprunicode(path)
224+
path = str(path)
225225
encoding = self.options.get(
226226
'encoding', self.state.document.settings.input_encoding)
227227
e_handler=self.state.document.settings.input_encoding_error_handler

0 commit comments

Comments
 (0)