blob: 8ce3466fe8e6da99bf78210ee1eb835658509b3d (
plain)
1
2
3
4
5
6
7
8
|
--- docs/_ext/options.py.orig 2018-10-30 11:37:40 UTC
+++ docs/_ext/options.py
@@ -1,4 +1,4 @@
-from sphinx.util.compat import Directive
+from docutils.parsers.rst import Directive
from docutils import nodes
from noseOfYeti.plugins.support.spec_options import spec_options
|