diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 22952239a9..30c341e531 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,6 +54,7 @@ extensions = [ # When adding more paths to this list, please ensure that they are not # excluded from valid-jsdoc in the top-level .eslintrc.js. js_source_path = [ + "../browser/components/backup", "../browser/components/extensions", "../browser/components/migration", "../browser/components/migration/content", |