We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f324646 + dc9e196 commit c625303Copy full SHA for c625303
docs/_ext/vyos.py
@@ -221,7 +221,7 @@ def run(self):
221
path = os.path.join(self.standard_include_path, path[1:-1])
222
path = os.path.normpath(os.path.join(source_dir, path))
223
path = utils.relative_path(None, path)
224
- path = nodes.reprunicode(path)
+ path = str(path)
225
encoding = self.options.get(
226
'encoding', self.state.document.settings.input_encoding)
227
e_handler=self.state.document.settings.input_encoding_error_handler
0 commit comments