From 9402044dae4e642e3a5c884389405852bd5eb72d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 13 Feb 2018 10:31:05 -0500 Subject: fixed docs with latest sphinx (#4107) --- docs/cryptography-docs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py index 238dd69e..923ec6f5 100644 --- a/docs/cryptography-docs.py +++ b/docs/cryptography-docs.py @@ -5,8 +5,7 @@ from __future__ import absolute_import, division, print_function from docutils import nodes - -from sphinx.util.compat import Directive +from docutils.parsers.rst import Directive DANGER_MESSAGE = """ -- cgit v1.2.3