1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/textproc/py-mkdocs/pkg-message
Yuri Victorovich d7ba7667b3 New port: textproc/py-mkdocs: Project documentation with Markdown
PR:		227301
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-06 08:21:25 +00:00

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.