X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Fconf.py;fp=resources%2Ftools%2Freport_gen%2Fconf.py;h=8f18911bcdbac2eb1eed55e34d44b679c718b72c;hp=93f39024c6852feecd5d34de60e834c75f5a8918;hb=be82f49dda573dfc7010a56d6f76f8e161beac16;hpb=cb6b9fd6499a6e2f0efbb87ee84a8e768a7df869 diff --git a/resources/tools/report_gen/conf.py b/resources/tools/report_gen/conf.py index 93f39024c6..8f18911bcd 100644 --- a/resources/tools/report_gen/conf.py +++ b/resources/tools/report_gen/conf.py @@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('.')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = ['sphinxcontrib.programoutput'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']