Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 8, 2023
2 parents a583ec5 + 747c2a3 commit 702d949
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 @@ -73,7 +73,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Run tests
- name: Run
run: tox

docs:
Expand All @@ -87,7 +87,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 @@ -122,7 +122,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 @@ -49,7 +49,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 702d949

Please sign in to comment.