Skip to content

Commit 1f33e59

Browse files
Updated files with 'repo_helper'.
1 parent 2f0e9e5 commit 1f33e59

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.readthedocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ build:
1919
jobs:
2020
post_create_environment:
2121
- pip install .
22+
post_install:
23+
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24+
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pyms-lc-esi
9595
:target: https://github.com/GunShotMatch/pyms-lc-esi/commit/master
9696
:alt: GitHub last commit
9797

98-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
98+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
9999
:alt: Maintenance
100100

101101
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pyms-lc-esi

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pyms-lc-esi
101101
:last-commit:
102102
:alt: GitHub last commit
103103

104-
.. |maintained| maintained-shield:: 2023
104+
.. |maintained| maintained-shield:: 2024
105105
:alt: Maintenance
106106

107107
.. |pypi-downloads| pypi-shield::

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ deps =
8585
flake8-dunder-all>=0.1.1
8686
flake8-encodings>=0.1.0
8787
flake8-github-actions>=0.1.0
88-
flake8-noqa>=1.1.0
88+
flake8-noqa>=1.1.0,<=1.2.2
8989
flake8-pyi>=20.10.0,<=22.8.0
9090
flake8-pytest-style>=1.3.0
9191
flake8-quotes>=3.3.0

0 commit comments

Comments
 (0)