File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,12 @@ jobs:
9696 uses : pyTooling/Actions/.github/workflows/LaTeXDocumentation.yml@dev
9797 needs :
9898 - Documentation
99- # if: (success() || failure()) && needs.Documentation.result == 'success'
99+ if : (success() || failure()) && needs.Documentation.result == 'success'
100100 with :
101101 document : ' The PoC-Library'
102102 latex_artifact : ' PoC-LaTeX'
103103 pdf_artifact : ' PoC-PDF'
104+ can-fail : ' true'
104105
105106 PublishToGitHubPages :
106107 uses : pyTooling/Actions/.github/workflows/PublishToGitHubPages.yml@r5
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def _LatestTagName():
225225 "sphinx_autodoc_typehints" ,
226226 "autoapi.sphinx" ,
227227 "sphinx_reports" ,
228- "pyEDAA.OSVVM.Sphinx" ,
228+ # "pyEDAA.OSVVM.Sphinx",
229229# "wavedrom",
230230# User defined extensions
231231# 'DocumentMember',
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ sphinx_design ~= 0.6.1
2020sphinx-copybutton >= 0.5.2
2121sphinx_autodoc_typehints ~= 3.1
2222sphinx_reports ~= 0.9
23- pyedaa.osvvm ~= 0.6
23+ # pyedaa.osvvm ~= 0.5
2424
2525sphinxcontrib-wavedrom ~= 3.0
Original file line number Diff line number Diff line change 11Unittest Summary Report
22#######################
33
4-
5-
6- .. #report:unittest-summary::
4+ .. report :unittest-summary ::
75 :reportid: src
86
97OSVVM Libraries Build Report
@@ -12,6 +10,6 @@ OSVVM Libraries Build Report
1210Test report generated with `OSVVM <https://github.com/OSVVM >`__ and
1311`pyEDAA.OSVVM <https://github.com/pyg/sphinx-reports >`__.
1412
15- .. osvvm :build-summary ::
13+ .. # osvvm:build-summary::
1614 :reportid: PoC
1715 :build-name: The PoC-Library
You can’t perform that action at this time.
0 commit comments