Closed happybeta closed 3 years ago
Hey @happybeta , can you please link to or attach the Python file (or an example file for reproduction) that results in this error when parsed?
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'