Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 6, 2023
2 parents f9f18f7 + c43962a commit 6a3c948
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
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
@@ -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
Expand Up @@ -55,7 +55,7 @@ testing =
docs =
# upstream
sphinx >= 3.5
jaraco.packaging >= 9
jaraco.packaging >= 9.3
rst.linker >= 1.9
furo
sphinx-lint
Expand Down
4 changes: 0 additions & 4 deletions tox.ini
@@ -1,7 +1,3 @@
[tox]
toxworkdir={env:TOX_WORK_DIR:.tox}


[testenv]
deps =
setenv =
Expand Down

0 comments on commit 6a3c948

Please sign in to comment.