-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Fix errors on recent Sphinx #22
Conversation
This should be ready to merge now. |
Thanks! Can you make new releases of this and the lunrsearch extension? |
Will do. I'll tag on github, and then push to pypi. |
Thanks! And the github tag should cause conda-forge to generate new packages as well? |
Not sure about conda-forge. I've left that ecosystem. |
Done for both this repo and the lunrsearch extension. |
Pypi doesn't help. We need to be able to install everything through conda. |
I understand, but that's not part of my role here. I'm not involved in the distribution of these packages through conda (nor through debian, EPEL, AUR, nixpkgs or any other distribution / redistributor beyond github and pypi). |
Who do I contact for conda packages then? https://github.com/conda-forge/sphinxcontrib-autodoc_doxygen-feedstock lists you as the only maintainer. |
🤷 |
I'm trying to get this working with Sphinx 4.0.2. I fixed several errors. It now gets much of the way through reading the files before failing. The log is given below. I'm not sure how to debug it, since no classes from this extension appear in the stack trace.