Skip to content
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

RemovedInSphinx40Warning: force_decode() is deprecated. #13

Closed
jamadden opened this issue Apr 19, 2019 · 4 comments
Closed

RemovedInSphinx40Warning: force_decode() is deprecated. #13

jamadden opened this issue Apr 19, 2019 · 4 comments

Comments

@jamadden
Copy link
Contributor

With Sphinx 2.0, I get these warnings:

repoze/sphinx/autointerface.py:99: RemovedInSphinx40Warning: force_decode() is deprecated.
  docstrings = [prepare_docstring(force_decode(doc, None))]
@freddrake
Copy link
Contributor

I think force_decode is only interesting on Python 2, so this shouldn't be difficult to deal with.

@freddrake
Copy link
Contributor

See PR #14.

@freddrake
Copy link
Contributor

PR #11 takes a different approach to the other updates made in #14, but doesn't address the force_decode change.

@dataflake
Copy link
Contributor

Fixed by #17 , version 1.0.0 is now published on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants