summaryrefslogtreecommitdiffstats
path: root/llvm/docs/conf.py
diff options
context:
space:
mode:
authorMichael Trent <mtrent@apple.com>2018-08-08 14:39:22 +0000
committerMichael Trent <mtrent@apple.com>2018-08-08 14:39:22 +0000
commit4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6 (patch)
tree3316384bf2d86f7271417e39fd88317782894118 /llvm/docs/conf.py
parentcd02f3147b16bce48b7973725e98005e141925a2 (diff)
downloadbcm5719-llvm-4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6.tar.gz
bcm5719-llvm-4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6.zip
Add a CommandGuide for llvm-objdump
Summary: Add a CommandGuide for llvm-objdump summarizing its usage along with some general context. Reviewers: beanz Reviewed By: beanz Subscribers: Eugene.Zelenko, llvm-commits Differential Revision: https://reviews.llvm.org/D50034 llvm-svn: 339250
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r--llvm/docs/conf.py3
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'
OpenPOWER on IntegriCloud