diff options
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 8ead258a0ad..91c86569d8d 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -257,3 +257,6 @@ intersphinx_mapping = {} # Pygment lexer are sometimes out of date (when parsing LLVM for example) or # wrong. Suppress the warning so the build doesn't abort. suppress_warnings = [ 'misc.highlighting_failure' ] + +# Direct html-ified man pages to llvm.org +manpages_url = 'https://llvm.org/docs/CommandGuide/{page}.html' |