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:
Sylvestre Ledru
2020-08-11 15:26:16 +00:00
parent 52a17d75ab
commit 7a2b8019a0
3 changed files with 42 additions and 22 deletions

View File

@@ -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"]