[PATCH] D114231: [clang][docs][dataflow] Added an introduction to dataflow analysis
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 4 09:33:43 PST 2022
MyDeveloperDay added a comment.
Herald added a project: All.
Did you add somewhere what dependency we need in order to build the documentation now as mine is having problems with "recommonmark"
/usr/bin/sphinx-build -n ./docs ./html
Running Sphinx v3.4.3
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/sphinx/config.py", line 326, in eval_config_file
execfile_(filename, namespace)
File "/usr/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 88, in execfile_
exec(code, _globals)
File "/buildareas/llvm3/llvm-project/clang/docs/conf.py", line 41, in <module>
import recommonmark
ModuleNotFoundError: No module named 'recommonmark'
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114231/new/
https://reviews.llvm.org/D114231
More information about the cfe-commits
mailing list