Skip to content

Commit 1626a31

Browse files
committed
Fix requirements in docs and readme ci pointer
1 parent 23e825e commit 1626a31

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
1212
python: "3.12"
1313
# You can also specify other tool versions:
@@ -28,4 +28,6 @@ python:
2828
install:
2929
- method: pip
3030
path: .
31-
extra_requirements: all, docs
31+
extra_requirements:
32+
- docs
33+
- extra

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
:alt: Documentation status
2121
:target: http://pythresh.readthedocs.io/?badge=latest
2222

23-
.. |badge_testing| image:: https://github.com/KulikDM/pythresh/actions/workflows/python-package.yml/badge.svg
23+
.. |badge_testing| image:: https://github.com/KulikDM/pythresh/actions/workflows/ci.yml/badge.svg
2424
:alt: testing
25-
:target: https://github.com/KulikDM/pythresh/actions/workflows/python-package.yml
25+
:target: https://github.com/KulikDM/pythresh/actions/workflows/ci.yml
2626

2727
.. |badge_coverage| image:: https://codecov.io/gh/KulikDM/pythresh/branch/main/graph/badge.svg?token=8ZAPXTLW9Y
2828
:alt: Codecov

0 commit comments

Comments
 (0)