Merge ~jslarraz/review-tools:add-make-docs into review-tools:master

Proposed by Jorge Sancho Larraz
Status: Merged
Merged at revision: 121ab8816732f7b48908c77735562e0e990c1b92
Proposed branch: ~jslarraz/review-tools:add-make-docs
Merge into: review-tools:master
Diff against target: 11 lines (+3/-0)
1 file modified
Makefile (+3/-0)
Reviewer Review Type Date Requested Status
Nishit Majithia Approve
Review via email: mp+466373@code.launchpad.net

Commit message

Add make docs target to makefile

To post a comment you must log in.
Revision history for this message
Nishit Majithia (0xnishit) wrote :

lgtm thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 112327d..c76f2bf 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -120,3 +120,6 @@ install-hooks:
6 echo install -m 755 -b -S .backup git-hooks/pre-commit .git/hooks/pre-commit ; \
7 install -m 755 -b -S .backup git-hooks/pre-commit .git/hooks/pre-commit ; \
8 fi
9+
10+docs:
11+ pdoc3 --force --html -o html reviewtools/containers/

Subscribers

People subscribed via source and target branches