Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`docutils.nodes.reprunicode` was until recently just a subclass of `str`. It was removed in this commit: https://sourceforge.net/p/docutils/code/9415/ Therefore `path = nodes.reprunicode(path)` just converted a string to a string and can therefore be removed. This is an alternative to fixing `docutils` to an old version (as done in CrossNox#69). Fixes CrossNox#68
- Loading branch information