mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
3 lines
235 B
Text
3 lines
235 B
Text
If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed..
|
|
|
|
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
|