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
When using with Sphinx 4.0.2, I get plenty of deprecation warnings like this:
venv37/lib/python3.7/site-packages/autodocsumm/__init__.py:202: RemovedInSphinx50Warning: get_documenters() is deprecated. registry = get_documenters(self.env.app)
invoked here:
autodocsumm/autodocsumm/__init__.py
Line 202 in 3510543
the deprecated APIs page suggests sphinx.registry.documenters as the new API, looks like it's just a dictionary: https://github.com/sphinx-doc/sphinx/blob/2809b30c17a8fe362910f40b91fa2c17012d3ef1/sphinx/registry.py#L63
sphinx.registry.documenters
https://www.sphinx-doc.org/en/master/extdev/deprecated.html
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When using with Sphinx 4.0.2, I get plenty of deprecation warnings like this:
invoked here:
autodocsumm/autodocsumm/__init__.py
Line 202 in 3510543
the deprecated APIs page suggests
sphinx.registry.documenters
as the new API, looks like it's just a dictionary: https://github.com/sphinx-doc/sphinx/blob/2809b30c17a8fe362910f40b91fa2c17012d3ef1/sphinx/registry.py#L63https://www.sphinx-doc.org/en/master/extdev/deprecated.html
The text was updated successfully, but these errors were encountered: