Description
Look at MoinDev/CodeStructure, http://arch.thinkmo.de/moin/epydoc/
In this code documentation I am missing the version of the underlaying moinmoin-X.x.x
Steps to reproduce
...look into the cited epydocs and try to find the underlaying version of MoinMoin
Workaround
One could manually generate epydoc from own code basis. And so is sure which version was underlaying.
Discussion
- Epydoc 2.1 has no support unicode when using epytext as Docformat (which explains the error). Plaintext should be ok - but that does not look so nice.
- the main problem is that it doesn't tell the file / function where this happens.
You can easily fix it. Just add .encode("utf-8") in the lines 2471 and 2472. In order to get the filename, read the error message exactly :-p
The problem is triggered by MoinMoin.config.page_invalid_chars_regex
- This is the only problematic code part.
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed by moin--main--1.5--patch-495