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

Collapse All | Expand All

(-)a/doc/python_api/sphinx_doc_gen.py (-1 / +1 lines)
Lines 1712-1718 class PatchedPythonDomain(PythonDomain): Link Here
1712
1712
1713
    fw("def setup(app):\n")
1713
    fw("def setup(app):\n")
1714
    fw("    app.add_stylesheet('css/theme_overrides.css')\n")
1714
    fw("    app.add_stylesheet('css/theme_overrides.css')\n")
1715
    fw("    app.override_domain(PatchedPythonDomain)\n\n")
1715
    fw("    app.add_domain(PatchedPythonDomain, override=True)\n\n")
1716
1716
1717
    file.close()
1717
    file.close()
1718
1718

Return to bug 741664