Bug 1569472 - Enable RST linter for browser/docs/ and tools/tryselect/docs/. r=ahal

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
championshuttler 2019-08-16 20:05:58 +00:00
parent df82bd524d
commit 9316d7c7ca
3 changed files with 5 additions and 2 deletions

View File

@ -32,3 +32,6 @@ Rust
For Rust Mozilla provides a crate `fluent-locale`_ which implements the concepts described
above.
.. _Intl.Locale: https://bugzilla.mozilla.org/show_bug.cgi?id=1433303
.. _fluent-locale: https://docs.rs/fluent-locale/

View File

@ -5,8 +5,6 @@ rst:
exclude:
- toolkit/components/telemetry/docs/
- toolkit/components/extensions/
- tools/tryselect/docs/
- browser/docs/
extensions:
- rst
support-files:

View File

@ -37,3 +37,5 @@ using :doc:`mach try fuzzy <fuzzy>` instead.
While using ``mach try syntax -b do -p all -u all -t all`` will work, heavy use
of ``all`` is discouraged as it consumes a lot of unnecessary resources (some of
which are hardware constrained).
.. _try_option_syntax.py: https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/try_option_syntax.py