Bug 1650197 - Add an extension to autolink bug xxxxxxx strings in docs to bugzilla hyperlinks r=sylvestre DONTBUILD
An extension is created that uses SphinxTransform to convert bug xxxxxxx strings that exist in docs to reference links that redirect to the appropriate bug in bugzilla Differential Revision: https://phabricator.services.mozilla.com/D137385
This commit is contained in:
@@ -25,6 +25,7 @@ EXTRA_PATHS = (
|
||||
"testing/mozbase/mozprocess",
|
||||
"third_party/python/jsmin",
|
||||
"third_party/python/which",
|
||||
"docs/_addons",
|
||||
)
|
||||
|
||||
sys.path[:0] = [os.path.join(topsrcdir, p) for p in EXTRA_PATHS]
|
||||
@@ -45,6 +46,7 @@ extensions = [
|
||||
"sphinx_copybutton",
|
||||
"sphinx_markdown_tables",
|
||||
"sphinx_panels",
|
||||
"bzlink",
|
||||
]
|
||||
|
||||
# JSDoc must run successfully for dirs specified, so running
|
||||
|
||||
Reference in New Issue
Block a user