summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-04-22 14:37:02 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-04-22 14:37:02 +0200
commitbb1c25af422d71e04663d904e590f654f28da25e (patch)
tree7b796d8d4e27d17f9281d06ccf4abaa6277fd483
parent7acf658fd8fb402fa69c30b762108f6ae40dac28 (diff)
Import Directive from docutils.parsers.rst not sphinx.util.compatHEADarchive/debian/0.3.5-2master
sphinx.util.compat has been deprecated. Gbp-Pq: Name dont-use-sphinx-compat.patch
-rw-r--r--changelog/changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/changelog.py b/changelog/changelog.py
index d153571..7239d4e 100644
--- a/changelog/changelog.py
+++ b/changelog/changelog.py
@@ -2,7 +2,7 @@
import re
-from sphinx.util.compat import Directive
+from docutils.parsers.rst import Directive
from docutils.statemachine import StringList
from docutils import nodes
from sphinx.util.console import bold