# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. project = "NSS" extensions = ["myst_parser"] root_doc = "index" # The documentation is authored in MyST-flavored Markdown. source_suffix = { ".md": "markdown", } # Suppress cross-reference warnings for labels outside the NSS standalone # build (e.g. cross-references to Firefox-managed docs). MyST emits these # under the myst.xref_missing category rather than ref.ref. suppress_warnings = ["ref.ref", "myst.xref_missing"] exclude_patterns = []