FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

Error while building the documentation locally

Open vvijayalakshmi21 opened this issue 3 years ago • 1 comments

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: image

Please can someone help?

vvijayalakshmi21 avatar Sep 07 '22 12:09 vvijayalakshmi21

Are you using the instructions in https://microsoft.github.io/FLAML/docs/Contribute/#documentation? What version of pydoc-markdown are you using?

sonichi avatar Sep 07 '22 14:09 sonichi

I tried with pydoc-markdown==4.5.0 and saw the same error message. @sonichi

liususan091219 avatar Oct 12 '22 23:10 liususan091219