X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_report.py;h=cd6f506d33a67e24f45bbc2050bfa2ee10faf48b;hp=142c264bcd28ca6874d9dafb07b554ceb4136ea5;hb=37ea2ceb606bdfc338cc76330cb9289c12f63852;hpb=c290ed5fb0f768b76213e6eb34d56f16abfeb54e diff --git a/resources/tools/presentation/generator_report.py b/resources/tools/presentation/generator_report.py index 142c264bcd..cd6f506d33 100644 --- a/resources/tools/presentation/generator_report.py +++ b/resources/tools/presentation/generator_report.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -87,7 +87,7 @@ THEME_OVERRIDES = u"""/* override table width restrictions */ """ # Command to build the html format of the report -HTML_BUILDER = u'sphinx-build -v -c . -a ' \ +HTML_BUILDER = u'sphinx-build -v -c sphinx_conf/report -a ' \ u'-b html -E ' \ u'-t html ' \ u'-D release={release} ' \ @@ -96,7 +96,7 @@ HTML_BUILDER = u'sphinx-build -v -c . -a ' \ u'{build_dir}/' # Command to build the pdf format of the report -PDF_BUILDER = u'sphinx-build -v -c . -a ' \ +PDF_BUILDER = u'sphinx-build -v -c sphinx_conf/report -a ' \ u'-b latex -E ' \ u'-t latex ' \ u'-D release={release} ' \