mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
d7ba7667b3
PR: 227301 Submitted by: Kai <freebsd_ports@k-worx.org>
4 lines
235 B
Plaintext
4 lines
235 B
Plaintext
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.
|