From a9aacd4d48c3a5887267366c2ef643e953975792 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Mon, 11 Mar 2019 13:29:57 +0100 Subject: add documentation generator Enables generating of HTML documentation. It depends on sphinx generator. During configuration if sphinx is detected it will generate "docs" target for make. To build the documentation use "make docs", which will build the HTML documentation in build-root/html. Change-Id: Ia627f7d26c954a2341e13a54006955d21d162802 Signed-off-by: Michal Cmarada --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2e10fd2..a8fa57e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea /build-root/lib /build-root/packages +/build-root/html/ /build-root/.deps.ok /target **/core @@ -12,6 +13,10 @@ _CPack_Packages/ CMakeFiles/ CMakeCache.txt install_manifest.txt -*.cmake +/CPackConfig.cmake +/CPackSourceConfig.cmake *.cbp *.pyc + +/cmake_install.cmake +/CTestTestfile.cmake -- cgit 1.2.3-korg