We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e3b09 commit d3a9a92Copy full SHA for d3a9a92
docs/_ext/aafig.py
@@ -10,14 +10,14 @@
10
:author: Leandro Lucarella <llucax@gmail.com>
11
:license: BOLA, see LICENSE for details
12
"""
13
+import logging
14
import posixpath
15
from hashlib import sha1 as sha
16
from os import path
17
18
from docutils import nodes
19
from docutils.parsers.rst.directives import flag, images, nonnegative_int
20
from sphinx.errors import SphinxError
-from sphinx.util import logging
21
from sphinx.util.osutil import ensuredir, relative_uri
22
23
try:
0 commit comments