Skip to content

Commit 2a8a42f

Browse files
committed
Work around import issues
1 parent b99f692 commit 2a8a42f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,8 @@ def setup(app):
130130

131131

132132
nitpicky = True
133+
134+
# autosummary etc fail to import modules even though python import
135+
# works just fine, so we cheat by importing them here
136+
137+
import apsw

0 commit comments

Comments
 (0)