Skip to content

Commit

Permalink
UBUNTU: [Packaging] Temporarily disable building doc package contents
Browse files Browse the repository at this point in the history
A sphinx update has completely broken generating the kernel html
docs. Stop generating the html docs until this is sorted out.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
  • Loading branch information
Seth Forshee committed Aug 11, 2020
1 parent a5c4942 commit 9375013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules.d/0-common-vars.mk
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ do_doc_package=true
else
do_doc_package=false
endif
do_doc_package_content=true
do_doc_package_content=false
ifeq ($(full_build),false)
do_doc_package_content=false
endif

0 comments on commit 9375013

Please sign in to comment.