Skip to content

Commit 4f6945d

Browse files
committed
Updated files with 'repo_helper'.
1 parent 37ae909 commit 4f6945d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ flake8_strftime
109109
:target: https://github.com/domdfcoding/flake8_strftime/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2020
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_strftime
@@ -170,7 +170,7 @@ Use as a pre-commit hook
170170

171171
See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
172172

173-
Sample `.pre-commit-config.yaml`:
173+
Sample ``.pre-commit-config.yaml``:
174174

175175
.. code-block:: yaml
176176

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ flake8_strftime
110110
:last-commit:
111111
:alt: GitHub last commit
112112

113-
.. |maintained| maintained-shield:: 2020
113+
.. |maintained| maintained-shield:: 2021
114114
:alt: Maintenance
115115

116116
.. |pypi-downloads| pypi-shield::

doc-source/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
autodocsumm>=0.2.0
2-
default-values>=0.2.0
2+
default-values>=0.4.2
33
domdf-sphinx-theme>=0.3.0
44
extras-require>=0.2.0
55
pyyaml>=5.3.1
66
repo-helper-sphinx-theme>=0.0.2
7-
seed-intersphinx-mapping>=0.1.1
7+
seed-intersphinx-mapping>=0.3.1
88
sphinx<3.4.0,>=3.0.3
99
sphinx-copybutton>=0.2.12
1010
sphinx-notfound-page>=0.5
1111
sphinx-prompt>=1.1.0
1212
sphinx-tabs>=1.1.13
13-
sphinx-toolbox>=1.8.2
13+
sphinx-toolbox>=1.8.3
1414
sphinxcontrib-httpdomain>=1.7.0
1515
sphinxemoji>=0.1.6
1616
tabulate>=0.8.7
17-
toctree-plus>=0.0.4
17+
toctree-plus>=0.1.0

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=5.1
22
coverage-pyver-pragma>=0.0.6
3-
domdf-python-tools[testing]>=1.6.0
3+
domdf-python-tools[testing]>=2.0.1
44
iniconfig!=1.1.0,>=1.0.1
55
pytest>=6.0.0
66
pytest-cov>=2.8.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ deps =
7676
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
7777
git+https://github.com/domdfcoding/flake8-quotes.git
7878
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
79-
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
79+
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
8080
pygments>=2.7.1
8181
commands = python3 -m flake8_rst_docstrings_sphinx flake8_strftime tests --allow-toolbox {posargs}
8282

0 commit comments

Comments
 (0)