I have been running pydoc-markdown as part of a CI/CD pipeline for a while now, which has been working great! Since the 4.x update, however, the same usage of pydoc-markdown has started failing with AttributeError: 'MarkdownReferenceResolver' object has no attribute 'update'.
In my case, downgrading to the latest 3.x version (pip install 'pydoc-markdown==3.x') resolved the issue, but I thought I should bring this to your attention anyway.
Thanks for raising the issue @ReubenFrankel A line I accidentally left in there triggered this, should probably have a test case for it at some point 🙃 Anyway, this should be fixed in 4.1.3.
Hello! 😄
I have been running
pydoc-markdown
as part of a CI/CD pipeline for a while now, which has been working great! Since the4.x
update, however, the same usage ofpydoc-markdown
has started failing withAttributeError: 'MarkdownReferenceResolver' object has no attribute 'update'
.In my case, downgrading to the latest
3.x
version (pip install 'pydoc-markdown==3.x'
) resolved the issue, but I thought I should bring this to your attention anyway.Script
Task Output
python==3.9
pydoc-markdown==4.1.2