Skip to content

Commit ad0594f

Browse files
committed
2 parents e87feb3 + 747c2a3 commit ad0594f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install tox
6969
run: |
7070
python -m pip install tox
71-
- name: Run tests
71+
- name: Run
7272
run: tox
7373

7474
docs:
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install tox
8383
run: |
8484
python -m pip install tox
85-
- name: Run tests
85+
- name: Run
8686
run: tox
8787

8888
check: # This job does nothing and is only used for the branch protection
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install tox
136136
run: |
137137
python -m pip install tox
138-
- name: Release
138+
- name: Run
139139
run: tox -e release
140140
env:
141141
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Welcome to |project| documentation!
22
===================================
33

4+
.. sidebar-links::
5+
:home:
6+
:pypi:
7+
48
``importlib_resources`` is a library which provides for access to *resources*
59
in Python packages. It provides functionality similar to ``pkg_resources``
610
`Basic Resource Access`_ API, but without all of the overhead and performance

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ testing =
4848
docs =
4949
# upstream
5050
sphinx >= 3.5
51-
jaraco.packaging >= 9
51+
jaraco.packaging >= 9.3
5252
rst.linker >= 1.9
5353
furo
5454
sphinx-lint

0 commit comments

Comments
 (0)