Skip to content

Commit ad69a0e

Browse files
Updated files with 'repo_helper'. (#105)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 844c456 commit ad69a0e

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
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
@@ -195,7 +195,7 @@ jobs:
195195
uses: conda-incubator/setup-miniconda@v2
196196
with:
197197
activate-environment: env
198-
conda-build-version: 3.23.3
198+
conda-build-version: 3.28.4
199199
python-version: "3.8"
200200
miniforge-variant: Mambaforge
201201

.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 .[all]
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
@@ -108,7 +108,7 @@ domdf_python_tools
108108
:target: https://github.com/domdfcoding/domdf_python_tools/commit/master
109109
:alt: GitHub last commit
110110

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

114114
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_python_tools

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ domdf_python_tools
115115
:last-commit:
116116
:alt: GitHub last commit
117117

118-
.. |maintained| maintained-shield:: 2023
118+
.. |maintained| maintained-shield:: 2024
119119
:alt: Maintenance
120120

121121
.. |pypi-downloads| pypi-shield::

0 commit comments

Comments
 (0)