Skip to content

Commit f63a79c

Browse files
[repo-helper] Configuration Update (#42)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 2685b1c commit f63a79c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sphinx-pyproject
109109
:target: https://github.com/sphinx-toolbox/sphinx-pyproject/commit/master
110110
:alt: GitHub last commit
111111

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

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/sphinx-pyproject

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sphinx-pyproject
114114
:last-commit:
115115
:alt: GitHub last commit
116116

117-
.. |maintained| maintained-shield:: 2023
117+
.. |maintained| maintained-shield:: 2024
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ deps =
125125
flake8-dunder-all>=0.1.1
126126
flake8-encodings>=0.1.0
127127
flake8-github-actions>=0.1.0
128-
flake8-noqa>=1.1.0
128+
flake8-noqa>=1.1.0,<=1.2.2
129129
flake8-pyi>=20.10.0,<=22.8.0
130130
flake8-pytest-style>=1.3.0
131131
flake8-quotes>=3.3.0

0 commit comments

Comments
 (0)