blob: b807dd538c1d2fab518bb8bafe780685156ddba4 [file] [log] [blame]
Amir Ayupov75c06952023-01-04 01:38:521BOLT Documentation
2====================
3
4The BOLT documentation is written using the Sphinx documentation generator. It
5is currently tested with Sphinx 1.1.3.
6
7To build the documents into html configure BOLT with the following cmake options:
8
9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DBOLT_INCLUDE_DOCS=ON
11
12After configuring BOLT with these options the make rule `docs-bolt-html` should
13be available.