[PATCH] D108374: [docs] Document how to install sphinx and recommonmark on Ubuntu
Yaron Keren via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 06:58:21 PDT 2021
yaron.keren created this revision.
yaron.keren requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108374
Files:
llvm/docs/SphinxQuickstartTemplate.rst
Index: llvm/docs/SphinxQuickstartTemplate.rst
===================================================================
--- llvm/docs/SphinxQuickstartTemplate.rst
+++ llvm/docs/SphinxQuickstartTemplate.rst
@@ -180,6 +180,12 @@
sudo apt install -y sphinx-doc python-recommonmark-doc
+On Ubuntu use pip to get an up-to-date version of recommonmark:
+
+.. code-block:: console
+
+ sudo pip install sphinx recommonmark
+
Then run cmake to build the documentation inside the ``llvm-project`` checkout:
.. code-block:: console
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108374.367487.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210819/661b0e98/attachment.bin>
More information about the llvm-commits
mailing list