Bug 1599749 - enable the sphinx.ext.autosectionlabel extension r=ahal

Allow reference sections using its title

See
https://www.sphinx-doc.org/en/master/usage/extensions/autosectionlabel.html
for more information

Depends on D54931

Differential Revision: https://phabricator.services.mozilla.com/D54932

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-11-29 18:39:54 +00:00
parent a9ea8049fd
commit 7071fce086

View File

@ -35,6 +35,7 @@ sys.path.insert(0, OUR_DIR)
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx.ext.graphviz',
'sphinx.ext.napoleon',
'sphinx.ext.todo',