mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-17 21:46:56 +08:00
Added Python 3.12 support.
Merge junit files. Merge coverage files. Extending UnitTesting to support code coverage in a matrix too.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
pyTooling >= 5.0.0, < 6.0
|
||||
|
||||
# Enforce latest version on ReadTheDocs
|
||||
sphinx >=5.3, < 6.0
|
||||
sphinx >= 7.1, < 8.0
|
||||
docutils >= 0.18.0, < 0.19.0
|
||||
|
||||
# Sphinx Extenstions
|
||||
#sphinx.ext.coverage
|
||||
@@ -12,12 +13,8 @@ sphinxcontrib-mermaid>=0.9.2
|
||||
#sphinxcontrib-seqdiag>=0.8.5
|
||||
#sphinxcontrib-textstyle>=0.2.1
|
||||
#sphinxcontrib-spelling>=2.2.0
|
||||
autoapi
|
||||
sphinx_fontawesome>=0.0.6
|
||||
sphinx_autodoc_typehints>=1.19.5
|
||||
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
|
||||
|
||||
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
|
||||
|
||||
# For pyTooling.Configuration.YAML documentation
|
||||
ruamel.yaml>=0.17
|
||||
|
||||
Reference in New Issue
Block a user