Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-01 | Jira: DAISY-36 Add Daisy doc links for E release | Zhijiang Hu | 1 | -0/+1 | |
Note: This PS also solve a trivial doc8 error below: Warning: rst validation (doc8) has failed, please fix the following error(s). docs/how-to-use-docs/addendum.rst:79: D005 No newline at end of file Change-Id: Ia1d677e8f893b1e228962e35d6b0da4a185db676 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn> | |||||
2016-07-22 | support pre-hook in docs-build.sh | Ryota MIBU | 1 | -0/+112 | |
Some projects need special pre steps before executing docs-build.sh . For instance, opnfvdocs needs to download other repos which will be composited. Also, apidoc creation is needed during docs build in yardstick. In order to support such cases, this patch introduces pre-hook in docs-build.sh that provides much flexibility to projects and simplifies job definition in releng. Change-Id: If9f26c490671ec0788dc48dd4fccb4513d0ca777 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> |