File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- wheel ~= 0.45.0
1+ wheel ~= 0.46.3
22twine ~= 6.2
Original file line number Diff line number Diff line change 118118# ==============================================================================
119119# Options for LaTeX / PDF output
120120# ==============================================================================
121- from textwrap import dedent
122-
123121preamblePath = Path ("preamble.tex" )
124122try :
125123 with preamblePath .open ("r" , encoding = "utf-8" ) as fileHandle :
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ pyTooling ~= 8.12
44
55# Enforce latest version on ReadTheDocs
66sphinx ~= 9.1
7- docutils ~= 0.22.0
7+ # docutils ~= 0.22.0
88docutils_stubs ~= 0.0.22
99
1010# ReadTheDocs Theme
11- sphinx_rtd_theme ~= 3.0
11+ sphinx_rtd_theme ~= 3.1
1212
1313# Sphinx Extenstions
1414sphinxcontrib-mermaid ~= 2.0
1515autoapi >= 2.0.1
1616sphinx_design ~= 0.7.0
17- sphinx-copybutton >= 0.5.0
18- sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
17+ sphinx-copybutton >= 0.5.2
18+ sphinx_autodoc_typehints ~= 3.5 # 3.9 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
1919sphinx_reports ~= 0.10.0
You can’t perform that action at this time.
0 commit comments