diff --git a/build/docs/defining-xpcom-components.md b/build/docs/defining-xpcom-components.md index 0ff4ff20de87..d2409a9a210d 100644 --- a/build/docs/defining-xpcom-components.md +++ b/build/docs/defining-xpcom-components.md @@ -217,7 +217,6 @@ depending on how old the code that uses them is: This simplest way to define a component is to include a header defining a concrete type, and let the component manager call that class's constructor: -% rstcheck: ignore-languages=python ```python 'type': 'mozilla::foo::Foo', @@ -236,7 +235,6 @@ returns the same instance on subsequent calls. This requires declaring the constructor in an included header, and implementing it in a separate source file: -% rstcheck: ignore-languages=python ```python 'type': 'mozilla::foo::Foo', @@ -266,7 +264,6 @@ already_AddRefed Foo::GetSingleton() { For types whose headers can't easily be included, constructors can be defined using a template specialization on an incomplete type: -% rstcheck: ignore-languages=python ```python 'type': 'mozilla::foo::Foo', @@ -291,7 +288,6 @@ reader. Classes which need define category entries with the same value as their contract ID may do so using the following: -% rstcheck: ignore-languages=python ```python 'contract_ids': ['@mozilla.org/foo;1'], diff --git a/build/docs/test_manifests.md b/build/docs/test_manifests.md index a6f007456eb2..6efc84d2b7df 100644 --- a/build/docs/test_manifests.md +++ b/build/docs/test_manifests.md @@ -209,7 +209,6 @@ See [the source](https://hg.mozilla.org/mozilla-central/file/default/testing/mozbase/manifestparser/manifestparser/manifestparser.py) for the full documentation of the expression syntax until it is documented here. -% rstcheck: ignore-directives=todo ```{eval-rst} .. todo:: diff --git a/devtools/docs/user/devtoolsapi/index.md b/devtools/docs/user/devtoolsapi/index.md index 9970ca578b85..26baa055545c 100644 --- a/devtools/docs/user/devtoolsapi/index.md +++ b/devtools/docs/user/devtoolsapi/index.md @@ -707,8 +707,6 @@ gDevTools.once("netmonitor-init").then(toolbox => { To build a sidebar in your tool, first, add a xul:tabbox where you want the sidebar to live: -% rstcheck: ignore-languages=xml - ```xml