Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 9, 2023
2 parents a301bc4 + 747c2a3 commit 98af139
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Run tests
- name: Run
run: tox

docs:
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Run tests
- name: Run
run: tox

check: # This job does nothing and is only used for the branch protection
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Release
- name: Run
run: tox -e release
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Welcome to |project| documentation!
===================================

.. sidebar-links::
:home:
:pypi:

.. toctree::
:maxdepth: 1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ testing =
docs =
# upstream
sphinx >= 3.5
jaraco.packaging >= 9
jaraco.packaging >= 9.3
rst.linker >= 1.9
furo
sphinx-lint
Expand Down

0 comments on commit 98af139

Please sign in to comment.