diff --git a/doc/Dependency.rst b/doc/Dependency.rst index 669fafa..6cabd75 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -148,7 +148,7 @@ the mandatory dependencies too. +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Sphinx `__ | ≥8.1 | `BSD 3-Clause `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinxcontrib-mermaid `__ | ≥0.9.2 | `BSD `__ | *Not yet evaluated.* | +| `sphinxcontrib-mermaid `__ | ≥1.0 | `BSD `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `autoapi `__ | ≥2.0.1 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/Installation.rst b/doc/Installation.rst index 96821fc..7557327 100644 --- a/doc/Installation.rst +++ b/doc/Installation.rst @@ -28,8 +28,10 @@ PIP might download further packages as listed in :ref:`package dependencies `__ (Maintainer) -* `Unai Martinez-Corral `__ +* :gh:`Patrick Lehmann ` (Maintainer) +* :gh:`Unai Martinez-Corral ` * `and more... `__ @@ -130,7 +130,7 @@ License :caption: References and Reports :hidden: - pySVModel/pySVModel + Python Class Reference unittests/index coverage/index Doc. Coverage Report diff --git a/pyproject.toml b/pyproject.toml index 2e2bb61..aa9c621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools ~= 75.4", + "setuptools ~= 75.5", "wheel ~= 0.45", "pyTooling ~= 8.0" ]