<div>I was building the documentation using make and I got this warning:<br></div><div><br></div><blockquote><div>Click discovered that you exported a UTF-8 locale<br></div><div>but the locale system could not pick up from it because<br></div><div>it does not exist.  The exported locale is "C.UTF-8" but it<br></div><div>is not supported<br></div><div>make: *** [html] Error 1<br></div></blockquote><div><br></div><div>It directed me to this page:<br></div><div><a href="https://click.palletsprojects.com/en/7.x/python3/">https://click.palletsprojects.com/en/7.x/python3/</a><br></div><div><br></div><div>Long story short, changing line 18 of the makefile to "export LC_ALL=en_US.utf-8" resolved the problem and I was able to build the documentation.<br></div><div>Is there a setting that I should change that would make "C.UTF-8" work, or is this a problem that should be corrected in the makefile?<br></div><div><br></div><div><br></div>