mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 10:36:07 +00:00
[docs] Document how to install sphinx and recommonmark on Ubuntu
Differential Revision: https://reviews.llvm.org/D108374
This commit is contained in:
parent
d10f23a25d
commit
1987eb9e9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user