diff options
-rw-r--r-- | docs/report/introduction/report_history.rst | 1 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index a8280e95d1..f140a3b3d7 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -29,7 +29,6 @@ below. | | 3. Added iterative runs for Latency | | | | | | - 2n-skx | -| | - 2n-clx | | | - 2n-zn2 | | | - 2n-tsh | | | - 2n-tx2 | diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index c08ec2c41d..a1f4f18d33 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -199,7 +199,7 @@ file-format: ".gz" enabled: False - archive-inputs: False + archive-inputs: True mapping-file: "" @@ -270,5 +270,5 @@ format: html: - full -# pdf: -# - minimal + pdf: + - minimal |