Skip to content

Commit 64b28c7

Browse files
committed
Fix docs build
1 parent e0a17ab commit 64b28c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run_apidoc(_):
180180
cur_dir = os.path.abspath(os.path.dirname(__file__))
181181
mod = os.path.join(cur_dir, '..', 'gino')
182182
# https://github.com/sphinx-doc/sphinx/issues/4615
183-
main(None, ['-e', '-o', cur_dir, mod, '--force'])
183+
main(['-e', '-o', cur_dir, mod, '--force'])
184184
os.remove(os.path.join(cur_dir, 'modules.rst'))
185185

186186

0 commit comments

Comments
 (0)