Metadata-Version: |
2.1 |
Name: |
rstcheck-sphinx |
Version: |
1.0.0 |
Summary: |
Builder for the sphinx documentation generator to check the source with rstcheck. |
Author: |
Christian Riedel |
Author-Email: |
cielquan[at]protonmail.com |
Maintainer: |
Christian Riedel |
Maintainer-Email: |
cielquan[at]protonmail.com |
Home-Page: |
https://github.com/rstcheck/rstcheck-sphinx |
Project-Url: |
Repository, https://github.com/rstcheck/rstcheck-sphinx |
License: |
MIT |
Keywords: |
restructuredtext,rst,linter,static-analysis |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
coverage-conditional-plugin (>=0.5); extra == "testing" |
Requires-Dist: |
coverage[toml] (>=6.0); extra == "testing" |
Requires-Dist: |
importlib-metadata (<5.0,>=1.6); python_version < "3.8" |
Requires-Dist: |
m2r2 (>=0.3.2); extra == "docs" |
Requires-Dist: |
pytest (>=6.0); extra == "testing" |
Requires-Dist: |
pytest-cov (>=3.0); extra == "testing" |
Requires-Dist: |
pytest-mock (>=3.7); extra == "testing" |
Requires-Dist: |
pytest-randomly (>=3.0); extra == "testing" |
Requires-Dist: |
pytest-sugar (>=0.9.5); extra == "testing" |
Requires-Dist: |
sphinx (<6.0,>=4.0); extra == "sphinx" or extra == "docs" |
Requires-Dist: |
sphinx-autobuild (==2021.3.14); extra == "docs" |
Requires-Dist: |
sphinx-rtd-dark-mode (<2.0.0,>=1.2.4); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (<1); extra == "docs" |
Requires-Dist: |
sphinxcontrib-spelling (>=7.3); extra == "docs" |
Provides-Extra: |
docs |
Provides-Extra: |
sphinx |
Provides-Extra: |
testing |
Provides-Extra: |
toml |
Description-Content-Type: |
text/x-rst |