Skip to content

Commit 73c2525

Browse files
committed
Bumped dependencies.
1 parent e822584 commit 73c2525

5 files changed

Lines changed: 351 additions & 197 deletions

File tree

dist/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
wheel ~= 0.45.0
1+
wheel ~= 0.46.3
22
twine ~= 6.2

doc/Dependency.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ the mandatory dependencies too.
148148
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
149149
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx>`__ | ≥9.1 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
150150
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
151-
| `sphinx_rtd_theme <https://GitHub.com/buildthedocs/sphinx.theme>`__ | ≥3.0 | `MIT <https://GitHub.com/buildthedocs/sphinx.theme/blob/master/LICENSE>`__ | *Not yet evaluated.* |
151+
| `sphinx_rtd_theme <https://GitHub.com/buildthedocs/sphinx.theme>`__ | ≥3.1 | `MIT <https://GitHub.com/buildthedocs/sphinx.theme/blob/master/LICENSE>`__ | *Not yet evaluated.* |
152152
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
153153
| `sphinxcontrib-autoprogram <https://github.com/sphinx-contrib/autoprogram>`__ | ≥0.1.9 | `BSD 2-Clause <https://github.com/sphinx-contrib/autoprogram/blob/master/LICENSE>`__ | *Not yet evaluated.* |
154154
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -160,7 +160,7 @@ the mandatory dependencies too.
160160
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
161161
| `sphinx-copybutton <https://GitHub.com/executablebooks/sphinx-copybutton>`__ | ≥0.5 | `MIT <https://GitHub.com/executablebooks/sphinx-copybutton/blob/master/LICENSE>`__ | *Not yet evaluated.* |
162162
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
163-
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥3.6 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
163+
| `sphinx_autodoc_typehints <https://GitHub.com/agronholm/sphinx-autodoc-typehints>`__ | ≥3.9 | `MIT <https://GitHub.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* |
164164
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
165165
| `sphinx_reports <https://github.com/pyTooling/sphinx-reports>`__ | ≥0.10 | `Apache License, 2.0 <https://GitHub.com/pyTooling/sphinx-reports/blob/main/LICENSE.md>`__ | *Not yet evaluated.* |
166166
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# The version info for the project you're documenting, acts as replacement for
2424
# |version| and |release|, also used in various other places throughout the
2525
# built documents.
26+
# TODO: compare to pyTooling
2627
project = "pyVersioning"
2728
directoryName = project.replace('.', '/')
2829

@@ -236,6 +237,8 @@
236237
# ==============================================================================
237238
# SphinxContrib.Mermaid
238239
# ==============================================================================
240+
mermaid_cmd = "mmdc"
241+
mermaid_cmd_shell = True
239242
mermaid_params = [
240243
'--backgroundColor', 'transparent',
241244
]

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ sphinx ~= 9.1
66
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
1212
sphinxcontrib-autoprogram ~= 0.1.9
1313
sphinxcontrib-mermaid ~= 2.0
1414
autoapi >= 2.0.1
1515
sphinx_design ~= 0.7.0
1616
sphinx-copybutton ~= 0.5.0
17-
sphinx_autodoc_typehints ~= 3.6
17+
sphinx_autodoc_typehints ~= 3.9
1818
sphinx_reports ~= 0.10.0

0 commit comments

Comments
 (0)