Skip to content

Commit e5e1c62

Browse files
[repo-helper] Configuration Update (#79)
* 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 39c8809 commit e5e1c62

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
activate-environment: env
33-
conda-build-version: 3.23.3
33+
conda-build-version: 3.28.4
3434
python-version: "3.8"
3535
miniforge-variant: Mambaforge
3636

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
uses: conda-incubator/setup-miniconda@v2
195195
with:
196196
activate-environment: env
197-
conda-build-version: 3.23.3
197+
conda-build-version: 3.28.4
198198
python-version: "3.8"
199199
miniforge-variant: Mambaforge
200200

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ build:
2020
jobs:
2121
post_create_environment:
2222
- pip install .
23+
post_install:
24+
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
25+
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 @@ seed_intersphinx_mapping
109109
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/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/seed_intersphinx_mapping

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ seed_intersphinx_mapping
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)