Skip to content

Commit 9292540

Browse files
committed
Bumped dependencies.
1 parent a6baf60 commit 9292540

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

doc/Dependency.rst

+1-1
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>`__ | ≥8.1 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
150150
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
151-
| `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid>`__ |0.9.2 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst>`__ | *Not yet evaluated.* |
151+
| `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid>`__ |1.0 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst>`__ | *Not yet evaluated.* |
152152
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
153153
| `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.* |
154154
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

doc/Installation.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ PIP might download further packages as listed in :ref:`package dependencies <DEP
2828
Installing a Wheel Package from PyPI using PIP
2929
==============================================
3030

31-
Developers can install further dependencies for documentation generation (``doc``) or running unit tests (``test``) or
32-
just all (``all``) dependencies.
31+
Developers can install the |PackageName| package itself or the package with further dependencies for documentation
32+
generation (``doc``), running unit tests (``test``) or just all (``all``) dependencies.
33+
34+
See :ref:`DEP` for more details.
3335

3436
.. tab-set::
3537

doc/conf.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,12 @@
214214
# Sphinx.Ext.ExtLinks
215215
# ==============================================================================
216216
extlinks = {
217-
"gh": (f"https://GitHub.com/%s", "gh:%s"),
218-
"ghissue": (f"https://GitHub.com/{githubNamespace}/{project}/issues/%s", "issue #%s"),
219-
"ghpull": (f"https://GitHub.com/{githubNamespace}/{project}/pull/%s", "pull request #%s"),
220-
"ghsrc": (f"https://GitHub.com/{githubNamespace}/{project}/blob/main/%s", None),
221-
"wiki": (f"https://en.wikipedia.org/wiki/%s", None),
217+
"gh": (f"https://GitHub.com/%s", "%s"),
218+
"ghissue": (f"https://GitHub.com/{githubNamespace}/{project}/issues/%s", "issue #%s"),
219+
"ghpull": (f"https://GitHub.com/{githubNamespace}/{project}/pull/%s", "pull request #%s"),
220+
"ghsrc": (f"https://GitHub.com/{githubNamespace}/{project}/blob/main/%s", None),
221+
"pypi": ( "https://PyPI.org/project/%s", "%s"),
222+
"wiki": (f"https://en.wikipedia.org/wiki/%s", None),
222223
}
223224

224225

doc/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ News
7878
Contributors
7979
************
8080

81-
* `Patrick Lehmann <https://GitHub.com/Paebbels>`__ (Maintainer)
82-
* `Unai Martinez-Corral <https://GitHub.com/umarcor/>`__
81+
* :gh:`Patrick Lehmann <Paebbels>` (Maintainer)
82+
* :gh:`Unai Martinez-Corral <umarcor>`
8383
* `and more... <https://GitHub.com/edaa-org/pySVModel/graphs/contributors>`__
8484

8585

@@ -130,7 +130,7 @@ License
130130
:caption: References and Reports
131131
:hidden:
132132

133-
pySVModel/pySVModel
133+
Python Class Reference <pySVModel/pySVModel>
134134
unittests/index
135135
coverage/index
136136
Doc. Coverage Report <DocCoverage>

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools ~= 75.4",
3+
"setuptools ~= 75.5",
44
"wheel ~= 0.45",
55
"pyTooling ~= 8.0"
66
]

0 commit comments

Comments
 (0)