This is an archive of the discontinued LLVM Phabricator instance.

docs/conf.py: Suppress sphinx highlighting failure warnings
ClosedPublic

Authored by MatzeB on Feb 9 2017, 3:20 PM.

Details

Summary

I cannot build the llvm documentation on my machine because the pygments syntax highlighting package used by sphinx fails to parse newer LLVM constructs or valid (looks valid to me) gas constructs like .secrel32 _function_name + 0. Disable this particular warning so the build doesn't abort.

I assume the llvm-sphinx-docs buildbot is still using sphinx-1.4 which didn't have this warning yet.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB created this revision.Feb 9 2017, 3:20 PM
MatzeB added a reviewer: hansw.Feb 9 2017, 3:49 PM
hans accepted this revision.Feb 9 2017, 4:07 PM
hans added a subscriber: hans.

lgtm

This revision is now accepted and ready to land.Feb 9 2017, 4:07 PM
This revision was automatically updated to reflect the committed changes.