[docs] Document how to install sphinx and recommonmark on Ubuntu

Differential Revision: https://reviews.llvm.org/D108374
This commit is contained in:
Yaron Keren 2021-08-19 16:57:15 +03:00
parent d10f23a25d
commit 1987eb9e9c

View File

@ -180,6 +180,12 @@ On Debian you can install these with:
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