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

Skip to content

Commit 7d42980

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ 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 "
164-
"documentation")
163+
"No binary named latex - a LaTeX distribution must be installed to build "
164+
"the documentation")
165165

166166
_check_dependencies()
167167

0 commit comments

Comments
 (0)