Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 126d980

Browse files
committed
Make directory build/texinfo in check_build()
1 parent b8f3b01 commit 126d980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def copy_if_out_of_date(original, derived):
114114

115115
def check_build():
116116
build_dirs = ['build', 'build/doctrees', 'build/html', 'build/latex',
117-
'_static', '_templates']
117+
'build/texinfo', '_static', '_templates']
118118
for d in build_dirs:
119119
try:
120120
os.mkdir(d)

0 commit comments

Comments
 (0)