Skip to content

path = nodes.reprunicode(path) #13020

Closed Answered by AA-Turner
marek22k asked this question in Q&A
Discussion options

You must be logged in to vote

As previously discussed (#12340, #12793), this is a function deprecated and removed by Docutils that was an alias to str().

On line 224 of docs/_ext/vyos.py you can either remove the line path = nodes.reprunicode(path) or replace it with path = str(path).

Closing, as this isn't an issue with Sphinx.

A

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marek22k
Comment options

Answer selected by AA-Turner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #13019 on October 13, 2024 21:11.