Skip to content

Commit

Permalink
See if the issue in the docs is caught
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jun 11, 2024
1 parent c2a13ee commit 3e554e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
- name: Install dependencies
run: poetry install --only=docs

- uses: sphinx-doc/github-problem-matcher@master
name: Build docs
with:
run: poe docs
- uses: rffontenelle/sphinx-lint-problem-matcher@v1
- name: Build docs
run: poe docs
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Other changes:
* :doc:`contributing`: Since `poetry` now manages local virtual environments,
`tox` has been replaced by a task runner `poethepoet`. This change affects
beets developers and contributors. Please see updates in the
:ref:`development-tools` section for more details. Type ``poe`` while in
:ref:`develoment-tools` section for more details. Type ``poe`` while in
the project directory to see the available commands.
* Installation instructions have been made consistent across plugins
documentation. Users should simply install `beets` with an `extra` of the
Expand Down

0 comments on commit 3e554e0

Please sign in to comment.