File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -880,11 +880,11 @@ jobs:
880880
881881 export GH_TOKEN=${{ github.token }}
882882
883- if [[ -s __ASSETS__ .md ]]; then
884- addNotes=("--notes-file" "__ASSETS__ .md")
883+ if [[ -s __NOTES__ .md ]]; then
884+ addNotes=("--notes-file" "__NOTES__ .md")
885885 else
886- printf " ${ANSI_LIGHT_RED}File '%s' not found.${ANSI_NOCOLOR}\n" "__ASSETS__ .md"
887- printf "::error title=%s::%s\n" "InternalError" "File '__ASSETS__ .md' not found."
886+ printf " ${ANSI_LIGHT_RED}File '%s' not found.${ANSI_NOCOLOR}\n" "__NOTES__ .md"
887+ printf "::error title=%s::%s\n" "InternalError" "File '__NOTES__ .md' not found."
888888 exit 1
889889 fi
890890
Original file line number Diff line number Diff line change 1- wheel ~= 0.45
1+ wheel ~= 0.45.0
22twine ~= 6.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pyTooling ~= 8.8
44
55# Enforce latest version on ReadTheDocs
66sphinx ~= 8.2
7- docutils ~= 0.21
7+ docutils ~= 0.21.0
88docutils_stubs ~= 0.0.22
99
1010# ReadTheDocs Theme
@@ -13,7 +13,7 @@ sphinx_rtd_theme ~= 3.0
1313# Sphinx Extenstions
1414sphinxcontrib-mermaid ~= 1.2
1515autoapi >= 2.0.1
16- sphinx_design ~= 0.6
17- sphinx-copybutton >= 0.5
16+ sphinx_design ~= 0.6.0
17+ sphinx-copybutton >= 0.5.0
1818sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
19- sphinx_reports ~= 0.9
19+ sphinx_reports ~= 0.9.0
You can’t perform that action at this time.
0 commit comments