File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ the mandatory dependencies too.
158158+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
159159| `sphinx_rtd_theme <https://GitHub.com/readthedocs/sphinx_rtd_theme >`__ | ≥3.1 | `MIT <https://GitHub.com/readthedocs/sphinx_rtd_theme/blob/master/LICENSE >`__ | *Not yet evaluated. * |
160160+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
161- | `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid >`__ | ≥1.2 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst >`__ | *Not yet evaluated. * |
161+ | `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid >`__ | ≥2.0 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst >`__ | *Not yet evaluated. * |
162162+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
163163| `autoapi <https://GitHub.com/carlos-jenkins/autoapi >`__ | ≥2.0.1 | `Apache License, 2.0 <https://GitHub.com/carlos-jenkins/autoapi/blob/master/LICENSE >`__ | *Not yet evaluated. * |
164164+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ See the following :file:`doc/requirements.txt` file as an example with commonly
4444 sphinx_rtd_theme ~= 3.1
4545
4646 # Sphinx Extenstions
47- sphinxcontrib-mermaid ~= 1.2
47+ sphinxcontrib-mermaid ~= 2.0
4848 autoapi ~= 2.0.1
4949 sphinx_design ~= 0.7.0
5050 sphinx-copybutton ~= 0.5.0
Original file line number Diff line number Diff line change 11-r ../requirements.txt
22
33# Enforce latest version on ReadTheDocs
4- sphinx >= 8 .0 , < 10.0
5- docutils >= 0.22.0
6- docutils_stubs ~= 0.0.22
4+ # sphinx >= 9 .0, < 10.0
5+ # docutils >= 0.22.0
6+ # docutils_stubs ~= 0.0.22
77
88# ReadTheDocs Theme
9- sphinx_rtd_theme ~= 3.0
9+ sphinx_rtd_theme ~= 3.1
1010
1111# Sphinx Extenstions
12- sphinxcontrib-mermaid ~= 1.2
12+ sphinxcontrib-mermaid ~= 2.0
1313autoapi ~= 2.0.1
1414sphinx_design ~= 0.7.0
1515sphinx-copybutton ~= 0.5.0
Original file line number Diff line number Diff line change 11pyTooling >= 8.0
22pyEDAA.Reports ~= 0.17.0
3- sphinx >= 9.0
3+ sphinx >= 9.0 , < 10.0
44docutils >= 0.22.0
55docutils_stubs >= 0.0.22
66
You can’t perform that action at this time.
0 commit comments