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 cd8281b commit 25db754Copy full SHA for 25db754
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 - latex must be installed to build the "
164
+ "documentation")
165
166
_check_dependencies()
167
0 commit comments