Skip to content

Commit 2033190

Browse files
committed
Dependency fine tuning.
1 parent 45b7236 commit 2033190

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/Dependency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

doc/Overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
1313
autoapi ~= 2.0.1
1414
sphinx_design ~= 0.7.0
1515
sphinx-copybutton ~= 0.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pyTooling >= 8.0
22
pyEDAA.Reports ~= 0.17.0
3-
sphinx >= 9.0
3+
sphinx >= 9.0, < 10.0
44
docutils >= 0.22.0
55
docutils_stubs >= 0.0.22
66

0 commit comments

Comments
 (0)