[llvm] r367334 - [Docs] Fix sphinx warning in OCamlLangImpl5.rst

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 09:56:45 PDT 2019


Author: thegameg
Date: Tue Jul 30 09:56:45 2019
New Revision: 367334

URL: http://llvm.org/viewvc/llvm-project?rev=367334&view=rev
Log:
[Docs] Fix sphinx warning in OCamlLangImpl5.rst

The path to the image was outdated.

http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/33865/steps/docs-llvm-html/logs/stdio

llvm/docs/tutorial/OCamlLangImpl5.rst:173: WARNING: image file not readable: tutorial/LangImpl05-cfg.png

Modified:
    llvm/trunk/docs/tutorial/OCamlLangImpl5.rst

Modified: llvm/trunk/docs/tutorial/OCamlLangImpl5.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl5.rst?rev=367334&r1=367333&r2=367334&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl5.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl5.rst Tue Jul 30 09:56:45 2019
@@ -166,7 +166,7 @@ IR into "t.ll" and run "``llvm-as < t.ll
 window will pop up <../ProgrammersManual.html#viewing-graphs-while-debugging-code>`_ and you'll
 see this graph:
 
-.. figure:: LangImpl05-cfg.png
+.. figure:: MyFirstLanguageFrontend/LangImpl05-cfg.png
    :align: center
    :alt: Example CFG
 




More information about the llvm-commits mailing list