Maximilian Hils
Maximilian Hils
Happy to take a look at a PR! :) I don't think we have anything else yet that parses directive options, but if we tackle this it probably makes most...
The problem here is that `dir(module)` returns a non-str object in your module. We should catch that in pdoc and ignore it.
> I have a CHANGELOG.md file that doesn't fit to any particular function documentation. I want to create an extra page in the main index listing to show this file....
Hard to say in general what's going on, you can probably figure out more with print statements in https://pdoc.dev/docs/pdoc/extract.html#walk_specs. One potential source of issues here could be that the CHANGELOG.py...
Ughs, thanks for catching this! This definitely is a bug in the action right now. I guess we need to do something like this to fix it: 1. Create commit...
This has been fixed in [dd55f44](https://github.com/autofix-ci/action/commit/dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a) :)