Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d42980

Browse filesBrowse files
dstansbystory645
andcommitted
Improve latex error message
Co-authored-by: hannah <story645@gmail.com>
1 parent 25db754 commit 7d42980
Copy full SHA for 7d42980

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.