Bug 1643295 - Firefox doc - Ride along - remove duplicate info r=championshuttler

Depends on D78251

Differential Revision: https://phabricator.services.mozilla.com/D78257
This commit is contained in:
Sylvestre Ledru 2020-06-04 12:04:30 +00:00
parent 1a230265e4
commit c1b9ab26a4

View File

@ -60,7 +60,6 @@ root_for_relative_js_paths = '.'
jsdoc_config_path = 'jsdoc.json'
templates_path = ['_templates']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
master_doc = 'index'
project = u'Firefox Source Docs'
@ -102,6 +101,6 @@ def setup(app):
'enable_inline_math': False,
# We use it for testing/web-platform/tests
'enable_eval_rst': True,
}, True)
}, True)
app.add_stylesheet('custom_theme.css')
app.add_transform(AutoStructify)