-
Notifications
You must be signed in to change notification settings - Fork 40
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
[CRITICAL] Please don't import deprecated sphinx.util.compat anymore #65
Comments
userzimmermann
added a commit
to userzimmermann/sphinx-argparse
that referenced
this issue
Jun 7, 2017
Instead of sphinx.util.compat, which is deprecated and also just imports Directive from docutils.parsers.rst Closes alex-rudakov#65
userzimmermann
added a commit
to userzimmermann/sphinx-argparse
that referenced
this issue
Jun 7, 2017
Instead of sphinx.util.compat, which is deprecated, causes problems with rc releases of docutils, and also just imports Directive from docutils.parsers.rst Closes alex-rudakov#65
mhpicel
added a commit
to mhpicel/pyart
that referenced
this issue
Feb 13, 2018
Removed deprecated import of sphinx.util.compat. alex-rudakov/sphinx-argparse#65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sphinx.util.compat
is deprecated and although latestsphinx-1.6.2
doesn't import it anymore internally, it causes issues with rc releases ofdocutils
whensphinx.util.compat
is imported by extensions, like:Error log:
Then you have to add workarounds to
conf.py
like in coala/coala#4334You can also read more about the deprecation here:
sphinx-doc/sphinx#3846 (comment)
cc @jfbu @tk0miya @jayvdb
The text was updated successfully, but these errors were encountered: