File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ def _LatestTagName():
225225 "sphinx_autodoc_typehints" ,
226226 "autoapi.sphinx" ,
227227 "sphinx_reports" ,
228+ "pyEDAA.OSVVM.Sphinx" ,
228229# "wavedrom",
229230# User defined extensions
230231# 'DocumentMember',
@@ -335,6 +336,12 @@ def _LatestTagName():
335336# }
336337# }
337338
339+ osvvm_build_summaries = {
340+ "PoC" : {
341+ "name" : "The PoC-Library" ,
342+ "yaml_report" : "../report/unit/osvvmreport.yml" ,
343+ }
344+ }
338345
339346# ==============================================================================
340347# Sphinx_Design
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ autoapi >= 2.0.1
1919sphinx_design ~= 0.6.1
2020sphinx-copybutton >= 0.5.2
2121sphinx_autodoc_typehints ~= 3.1
22- sphinx_reports ~= 0.7
22+ sphinx_reports ~= 0.9
23+ pyedaa.osvvm ~= 0.6
2324
2425sphinxcontrib-wavedrom ~= 3.0
Original file line number Diff line number Diff line change 11Unittest Summary Report
22#######################
33
4- Test report generated with `OSVVM <https://github.com/OSVVM >`__ and
5- `pyTooling/sphinx_reports <https://github.com/pyTooling/sphinx-reports >`__.
64
7- .. report :unittest-summary ::
5+
6+ .. #report:unittest-summary::
87 :reportid: src
8+
9+ OSVVM Libraries Build Report
10+ ############################
11+
12+ Test report generated with `OSVVM <https://github.com/OSVVM >`__ and
13+ `pyEDAA.OSVVM <https://github.com/pyg/sphinx-reports >`__.
14+
15+ .. osvvm :build-summary ::
16+ :reportid: PoC
17+ :build-name: The PoC-Library
You can’t perform that action at this time.
0 commit comments