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 c20dfc0 commit 73e3b09Copy full SHA for 73e3b09
docs/_ext/aafig.py
@@ -17,7 +17,8 @@
17
from docutils import nodes
18
from docutils.parsers.rst.directives import flag, images, nonnegative_int
19
from sphinx.errors import SphinxError
20
-from sphinx.util import ensuredir, logging, relative_uri
+from sphinx.util import logging
21
+from sphinx.util.osutil import ensuredir, relative_uri
22
23
try:
24
import aafigure
0 commit comments