Bug 1657926 - Move to sphinx 3.1.2 and sphinx-js 3.0.1 r=championshuttler
Hopefully, it will help with the intermittent issues. And it seems that the warnings are better presented. Differential Revision: https://phabricator.services.mozilla.com/D86361
This commit is contained in:
20
docs/conf.py
20
docs/conf.py
@@ -51,16 +51,16 @@ extensions = [
|
||||
# JSDoc must run successfully for dirs specified, so running
|
||||
# tree-wide (the default) will not work currently.
|
||||
js_source_path = [
|
||||
"browser/components/extensions",
|
||||
"browser/components/uitour",
|
||||
"testing/marionette",
|
||||
"toolkit/components/extensions",
|
||||
"toolkit/components/extensions/parent",
|
||||
"toolkit/components/featuregates",
|
||||
"toolkit/mozapps/extensions",
|
||||
"toolkit/components/prompts/src",
|
||||
]
|
||||
root_for_relative_js_paths = "."
|
||||
"../browser/components/extensions",
|
||||
"../browser/components/uitour",
|
||||
"../testing/marionette",
|
||||
"../toolkit/components/extensions",
|
||||
"../toolkit/components/extensions/parent",
|
||||
"../toolkit/components/featuregates",
|
||||
"../toolkit/mozapps/extensions",
|
||||
"../toolkit/components/prompts/src",
|
||||
]
|
||||
root_for_relative_js_paths = ".."
|
||||
jsdoc_config_path = "jsdoc.json"
|
||||
|
||||
templates_path = ["_templates"]
|
||||
|
||||
Reference in New Issue
Block a user