Bug 1441019 - Add testing/marionette to js_source_path. r?build draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 22 Feb 2018 16:32:49 +0000
changeset 759872 30b2e6eaaae5f4f99fd1bd0aa3ef01b76dbb41fc
parent 759871 f260b7a60253a1d9235fdd5fe2f3e536224eb243
child 759873 985f13094ba1b93cc36e3412c445afea3de9b891
push id100500
push userbmo:ato@sny.no
push dateMon, 26 Feb 2018 19:31:26 +0000
reviewersbuild
bugs1441019
milestone60.0a1
Bug 1441019 - Add testing/marionette to js_source_path. r?build MozReview-Commit-ID: Lvj7zbnzpLR
tools/docs/conf.py
--- a/tools/docs/conf.py
+++ b/tools/docs/conf.py
@@ -41,16 +41,17 @@ extensions = [
     'mozbuild.sphinx',
     'sphinx_js',
 ]
 
 # JSDoc must run successfully for dirs specified, so running
 # tree-wide (the default) will not work currently.
 js_source_path = [
     'browser/components/extensions',
+    'testing/marionette',
     'toolkit/components/extensions',
     'toolkit/mozapps/extensions',
 ]
 root_for_relative_js_paths = '.'
 jsdoc_config_path = 'tools/docs/jsdoc.json'
 
 templates_path = ['_templates']
 source_suffix = '.rst'