Source code

Revision control

Copy as Markdown

Other Tools

# 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"
# Give every heading an anchor, so the in-page links carried over from MDN
# resolve.
myst_heading_anchors = 6
# The legacy pages link to the mozilla.dev.tech.crypto newsgroup; without
# these schemes MyST reads those links as cross-references.
myst_url_schemes = ("http", "https", "mailto", "ftp", "news", "nntp")
# 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 = []