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

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.