File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 68
68
- name : Install tox
69
69
run : |
70
70
python -m pip install tox
71
- - name : Run tests
71
+ - name : Run
72
72
run : tox
73
73
74
74
docs :
82
82
- name : Install tox
83
83
run : |
84
84
python -m pip install tox
85
- - name : Run tests
85
+ - name : Run
86
86
run : tox
87
87
88
88
check : # This job does nothing and is only used for the branch protection
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Install tox
136
136
run : |
137
137
python -m pip install tox
138
- - name : Release
138
+ - name : Run
139
139
run : tox -e release
140
140
env :
141
141
TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1
1
Welcome to |project | documentation!
2
2
===================================
3
3
4
+ .. sidebar-links ::
5
+ :home:
6
+ :pypi:
7
+
4
8
``importlib_resources `` is a library which provides for access to *resources *
5
9
in Python packages. It provides functionality similar to ``pkg_resources ``
6
10
`Basic Resource Access `_ API, but without all of the overhead and performance
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ testing =
48
48
docs =
49
49
# upstream
50
50
sphinx >= 3.5
51
- jaraco.packaging >= 9
51
+ jaraco.packaging >= 9.3
52
52
rst.linker >= 1.9
53
53
furo
54
54
sphinx-lint
You can’t perform that action at this time.
0 commit comments