Skip to content

Commit 23e4b09

Browse files
committed
Integrate OSVVM report.
1 parent a05d1f9 commit 23e4b09

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ autoapi >= 2.0.1
1919
sphinx_design ~= 0.6.1
2020
sphinx-copybutton >= 0.5.2
2121
sphinx_autodoc_typehints ~= 3.1
22-
sphinx_reports ~= 0.7
22+
sphinx_reports ~= 0.9
23+
pyedaa.osvvm ~= 0.6
2324

2425
sphinxcontrib-wavedrom ~= 3.0

docs/unittests/index.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
Unittest 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

0 commit comments

Comments
 (0)