Lines Matching +full:- +full:dllvm_enable_sphinx
15 .. _`reStructuredText`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
16 .. _`Sphinx`: http://www.sphinx-doc.org
21 …ext editor. You can then write your docs, and then send the new article to llvm-commits for review.
30 plain-text conventions so it should be quite natural. A basic knowledge of
37 llvm-commits for review.
40 ---------------------
50 A standard best practice is to make your articles task-oriented. You generally should not be writin…
54 When creating a task-oriented article, follow existing LLVM articles by giving it a filename that s…
66 structure. Use the same kind of adornments (e.g. ``======`` vs. ``------``)
71 -------------------------
75 .. _`reStructuredText Primer`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.ht…
116 .. code-block:: c++
125 .. code-block:: console
128 $ rm -rf /
132 .. code-block:: llvm
175 using the following command inside the ``llvm-project`` checkout:
177 .. code-block:: console
179 pip install --user -r ./llvm/docs/requirements.txt
181 Then run cmake to build the documentation inside the ``llvm-project`` checkout:
183 .. code-block:: console
187 cmake -DLLVM_ENABLE_SPHINX=On ../llvm
188 cmake --build . --target docs-llvm-html