Skip to content

Commit 7a4ba5f

Browse files
committed
Updated docs and tox config.
1 parent d62fdba commit 7a4ba5f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc-source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ domdf_python_tools
1818
* - Docs
1919
- |docs| |docs_check|
2020
* - Tests
21-
- |travis| |actions_windows| |actions_macos| |coveralls| |codefactor|
21+
- |travis| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
2222
* - PyPI
2323
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
2424
* - Anaconda
@@ -107,6 +107,9 @@ domdf_python_tools
107107
.. |pre_commit| pre-commit-shield::
108108
:alt: pre-commit
109109

110+
.. |pre_commit_ci| pre-commit-ci-shield::
111+
:alt: pre-commit.ci status
112+
110113
.. end shields
111114
112115

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx-copybutton>=0.2.12
99
sphinx-notfound-page>=0.5
1010
sphinx-prompt>=1.1.0
1111
sphinx-tabs>=1.1.13
12-
sphinx-toolbox>=1.6.1
12+
sphinx-toolbox>=1.7.0
1313
sphinxcontrib-httpdomain>=1.7.0
1414
sphinxemoji>=0.1.6
1515
toctree-plus>=0.0.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ deps =
9696
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
9797
git+https://github.com/domdfcoding/flake8-quotes.git
9898
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
99-
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@cli
99+
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
100100
pygments>=2.7.1
101101
commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox
102102

0 commit comments

Comments
 (0)