blob: 672681fd4680eac59ca3836074bc8497b1a28be9 [file] [log] [blame]
Imre Kis1d2fbdd2019-12-13 11:42:08 +01001Build system
2============
3
4.. cmake-module:: ../../CMakeLists.txt
5
6.. cmake-module:: ../../cmake/UnitTest.cmake
7
8.. cmake-module:: ../../cmake/FindLibClang.cmake
9
10Generating documentation
11------------------------
12
13``sphinx-builder`` is used for building the documentation which is required to
14be installed on the machine. The documentation can be built by executing the
15following commands.
16
17::
18
19 cd docs
20 make html
21
22
23--------------
24
25*Copyright (c) 2019-2020, Arm Limited. All rights reserved.*