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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- doc/SConscript.orig
0
++ doc/SConscript
Lines 20-26 Link Here
20
          for doc in sphinx.builder.get_outdated_docs()]
20
          for doc in sphinx.builder.get_outdated_docs()]
21
21
22
def build_doc(target, source, env):
22
def build_doc(target, source, env):
23
    sphinx.build(all_files=False, filenames=[])
23
    sphinx.build(False, filenames=[])
24
    return sphinx.statuscode
24
    return sphinx.statuscode
25
25
26
env = Environment()
26
env = Environment()

Return to bug 289004