We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error when trying to generate the docset for Twisted:
"apidocs" does not contain a known documentation format.
The problem seems to be that the index.html of the generated docs contains this:
This documentation was automatically generated by <a href="https://launchpad.net/pydoctor/">pydoctor</a>
While doc2dash expects this:
This documentation was automatically generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a>'''
(https://github.com/hynek/doc2dash/blob/9c1751e3abc972e7dbff522c8ef5cdf3375023a9/doc2dash/parsers/pydoctor.py)
I was able to generate the docset after modifying the index.html to what doc2dash expects.
The text was updated successfully, but these errors were encountered:
Oh thanks for noticing, they apparently changed the header in 0.5.
Would you mind checking whether master works for you now? 874682f should have fixed it.
Sorry, something went wrong.
Yep. All good 👍
doc2dash 2.0.2 with this fix is on PyPI now.
No branches or pull requests
I'm getting this error when trying to generate the docset for Twisted:
The problem seems to be that the index.html of the generated docs contains this:
While doc2dash expects this:
(https://github.com/hynek/doc2dash/blob/9c1751e3abc972e7dbff522c8ef5cdf3375023a9/doc2dash/parsers/pydoctor.py)
I was able to generate the docset after modifying the index.html to what doc2dash expects.
The text was updated successfully, but these errors were encountered: