Error while building the documentation locally
I am trying to build the documentation locally by following the instructions given in
But I face the below:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 109702: character maps to <undefined>
while executing pydoc-markdown
If i try yarn start (without the previous step i.e, pydoc-markdown - I assume this is not the right order to execute though) I see the below error:

Please can someone help?
Are you using the instructions in https://microsoft.github.io/FLAML/docs/Contribute/#documentation?
What version of pydoc-markdown are you using?
I tried with pydoc-markdown==4.5.0 and saw the same error message. @sonichi