mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Merge junit files. Merge coverage files. Extending UnitTesting to support code coverage in a matrix too.
21 lines
467 B
Plaintext
21 lines
467 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling >= 5.0.0, < 6.0
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx >= 7.1, < 8.0
|
|
docutils >= 0.18.0, < 0.19.0
|
|
|
|
# Sphinx Extenstions
|
|
#sphinx.ext.coverage
|
|
#sphinxcontrib-actdiag>=0.8.5
|
|
sphinxcontrib-mermaid>=0.9.2
|
|
#sphinxcontrib-seqdiag>=0.8.5
|
|
#sphinxcontrib-textstyle>=0.2.1
|
|
#sphinxcontrib-spelling>=2.2.0
|
|
autoapi >= 2.0.1
|
|
sphinx_fontawesome >= 0.0.6
|
|
sphinx-inline-tabs >= 2023.4.21
|
|
sphinx_autodoc_typehints >= 1.24.0
|
|
# changelog>=0.3.5
|