Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Dec 9, 2024
1 parent 527a912 commit 1b9b3fd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r3
with:
package_name: pyVHDLModel
secrets:
Expand Down
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ __pycache__/
.coverage
.cov
coverage.xml
/report/coverage

# mypy
/report/typing

# pytest
/report/unit

# setuptools
/build/**/*.*
Expand All @@ -21,5 +28,8 @@ coverage.xml
/doc/pyVHDLModel/**/*.*
!/doc/pyVHDLModel/index.rst

# PyCharm project
# PyCharm project files
/.idea/workspace.xml

# Git files
!.git*
6 changes: 4 additions & 2 deletions doc/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ details.
# Basic sphinx-reports package
pip install pyVHDLModel
Developers can install further dependencies for documentation generation (``doc``) or running unit tests (``test``) or
just all (``all``) dependencies.
Developers can install the |PackageName| package itself or the package with further dependencies for documentation
generation (``doc``), running unit tests (``test``) or just all (``all``) dependencies.

See :ref:`DEP` for more details.

.. tab-set::

Expand Down
7 changes: 0 additions & 7 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ docutils_stubs ~= 0.0.22
sphinx_rtd_theme ~= 3.0.0

# Sphinx Extenstions
#sphinxcontrib-actdiag>=0.8.5
sphinxcontrib-mermaid ~= 1.0
#sphinxcontrib-seqdiag>=0.8.5
#sphinxcontrib-textstyle>=0.2.1
#sphinxcontrib-spelling>=2.2.0
autoapi >= 2.0.1
sphinx_design ~= 0.6.1
sphinx-copybutton >= 0.5.2
sphinx_autodoc_typehints ~= 2.5
sphinx_reports ~= 0.7
# changelog>=0.3.5

# BuildTheDocs Extensions (mostly patched Sphinx extensions)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools ~= 75.3",
"setuptools ~= 75.5",
"wheel ~= 0.45",
"pyTooling ~= 8.0"
]
Expand Down

0 comments on commit 1b9b3fd

Please sign in to comment.