We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25db754 commit 7d42980Copy full SHA for 7d42980
doc/conf.py
@@ -160,8 +160,8 @@ def _check_dependencies():
160
"documentation")
161
if shutil.which('latex') is None:
162
raise OSError(
163
- "No binary named latex - latex must be installed to build the "
164
- "documentation")
+ "No binary named latex - a LaTeX distribution must be installed to build "
+ "the documentation")
165
166
_check_dependencies()
167
0 commit comments