-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Click docs #975
Comments
This comment has been minimized.
This comment has been minimized.
Also consider posting your |
@Ublimjo you are using the Makefile under
With the verbose flag turned on:
|
From http://www.sphinx-doc.org/en/master/changes.html#id37:
We could:
try:
from sphinx.util.compat import Directive
except ImportError:
from docutils.parsers.rst import Directive IMO 1. is cleaner and easier to maintain but it also breaks backward compatibility. |
Found a related PR #883 |
sphinx.util.compat
is removed in 1.7.0b1The text was updated successfully, but these errors were encountered: