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

Skip to content

Commit b2fcd27

Browse files
dstansbystory645
andauthored
Improve latex error message
Co-authored-by: hannah <[email protected]>
1 parent 25db754 commit b2fcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _check_dependencies():
160160
"documentation")
161161
if shutil.which('latex') is None:
162162
raise OSError(
163-
"No binary named latex - latex must be installed to build the "
163+
"No binary named latex - a LaTeX distribution must be installed to build the "
164164
"documentation")
165165

166166
_check_dependencies()

0 commit comments

Comments
 (0)