Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 59f6e2b + 7d42980 commit d90e290Copy full SHA for d90e290
1 file changed
doc/conf.py
@@ -158,6 +158,10 @@ def _check_dependencies():
158
raise OSError(
159
"No binary named dot - graphviz must be installed to build the "
160
"documentation")
161
+ if shutil.which('latex') is None:
162
+ raise OSError(
163
+ "No binary named latex - a LaTeX distribution must be installed to build "
164
+ "the documentation")
165
166
_check_dependencies()
167
0 commit comments