Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 756283 | Differences between
and this patch

Collapse All | Expand All

(-)a/docs/conf.py (-2 / +6 lines)
Lines 37-44 DIR = Path(__file__).parent.resolve() Link Here
37
# ones.
37
# ones.
38
extensions = [
38
extensions = [
39
    "breathe",
39
    "breathe",
40
    "sphinxcontrib.rsvgconverter",
40
    # Gentoo does not have packages for these extensions.  The docs appear
41
    "sphinxcontrib.moderncmakedomain",
41
    # to compile without them; it is not known if that skips part of the
42
    # build, or if these are only used when generating documents other than
43
    # the HTML that Gentoo uses.
44
    #"sphinxcontrib.rsvgconverter",
45
    #"sphinxcontrib.moderncmakedomain",
42
]
46
]
43
47
44
breathe_projects = {"pybind11": ".build/doxygenxml/"}
48
breathe_projects = {"pybind11": ".build/doxygenxml/"}

Return to bug 756283