Skip to content

Commit c56301a

Browse files
committed
Add explicit import for sphinx.transforms.post_transforms.images
Fixes spatialaudio#263.
1 parent d28ce81 commit c56301a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nbsphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import nbformat
4545
import sphinx
4646
import sphinx.errors
47+
import sphinx.transforms.post_transforms.images
4748
import traitlets
4849

4950
_ipynbversion = 4

0 commit comments

Comments
 (0)