Skip to content

Commit 453f912

Browse files
committed
LaTeX may fail.
1 parent 23e4b09 commit 453f912

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ sphinx_design ~= 0.6.1
2020
sphinx-copybutton >= 0.5.2
2121
sphinx_autodoc_typehints ~= 3.1
2222
sphinx_reports ~= 0.9
23-
pyedaa.osvvm ~= 0.6
23+
#pyedaa.osvvm ~= 0.5
2424

2525
sphinxcontrib-wavedrom ~= 3.0

docs/unittests/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Unittest Summary Report
22
#######################
33

4-
5-
6-
.. #report:unittest-summary::
4+
.. report:unittest-summary::
75
:reportid: src
86

97
OSVVM Libraries Build Report
@@ -12,6 +10,6 @@ OSVVM Libraries Build Report
1210
Test 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

0 commit comments

Comments
 (0)