Closed BbsonLin closed 3 years ago
Hi @BbsonLin ,
When you open your file in a text editor, what is the encoding that the editor is using? Could you upload an example file?
Thanks,
Pydoc-Markdown 3.10.0 allows you to explicityl specify the encoding in the PythonLoader
configuration.
loaders:
- type: python
modules: [my_module]
encoding: 'utf-8'
Hi, I'm writing docstring in Chinese. It shows the error below.