Bug 1413575: Add mozbase docs to sphinx tree. draft
authorTom Prince <mozilla@hocat.ca>
Mon, 20 Nov 2017 10:12:06 -0700
changeset 700686 b310dc1df834b3f6ece68865a857674d3663b8b5
parent 700685 a7d76f1bce0e5a93dca30c4f27f2b4137fb9efc8
child 700687 f9fa1e7e0380d8163d8a837df65909bbd26f2165
push id89937
push userbmo:mozilla@hocat.ca
push dateMon, 20 Nov 2017 19:10:11 +0000
bugs1413575
milestone59.0a1
Bug 1413575: Add mozbase docs to sphinx tree. MozReview-Commit-ID: 2RI2j3CpOhn
testing/mozbase/moz.build
--- a/testing/mozbase/moz.build
+++ b/testing/mozbase/moz.build
@@ -43,10 +43,12 @@ python_modules = [
 ]
 
 TEST_HARNESS_FILES.mozbase += [m + '/**' for m in python_modules]
 
 TEST_HARNESS_FILES.mozbase += [
     'setup_development.py',
 ]
 
+SPHINX_TREES['/mozbase'] = 'docs'
+
 with Files('**'):
     BUG_COMPONENT = ('Testing', 'Mozbase')