Skip to content

Commit

Permalink
fix for lint (#108)
Browse files Browse the repository at this point in the history
* fix for lint

* add asterisk for paths to catch all changes under doc/
  • Loading branch information
shimizukawa authored Nov 6, 2024
1 parent 2ad874d commit 07f2485
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docs
on:
push:
paths:
- 'doc/'
- 'doc/**'
- '.github/workflows/doc.yml'
pull_request:
paths:
- 'doc/'
- 'doc/**'
- '.github/workflows/doc.yml'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Original

This utility derived from these projects.

* https://bitbucket.org/tk0miya/sphinx-gettext-helper
* https://bitbucket.org/shimizukawa/sphinx-transifex
* ``https://bitbucket.org/tk0miya/sphinx-gettext-helper``
* ``https://bitbucket.org/shimizukawa/sphinx-transifex``
4 changes: 2 additions & 2 deletions doc/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You need to use `tx` command for below features:
* ``tx push -s`` : push pot (translation catalogs) to transifex.
* ``tx pull -l ja`` : pull po (translated catalogs) from transifex.

.. _transifex-client: https://github.com/transifex/cli
.. _Transifex Client: https://github.com/transifex/cli


Installation
Expand All @@ -38,5 +38,5 @@ It is strongly recommended to use virtualenv/venv for this procedure::
$ pip install sphinx-intl

If you want to use `Optional Features`_, you need install Transifex CLI tool.
Please refer to `Installation instructions <https://github.com/transifex/cli#installation>`_.
Please refer to `Installation instructions <https://github.com/transifex/cli>`_.

2 changes: 1 addition & 1 deletion doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Setup development environment
$ pip install -U pip setuptools wheel setuptools_scm
$ pip install -r requirements-dev.txt

* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli#installation>`_)::
* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli>`_)::

$ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash

Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This section describe how to translate with Sphinx_ and `sphinx-intl` command.

`locale_dirs` is required and `gettext_compact` is optional.

refs `example <https://github.com/sphinx-doc/sphinx-intl/blob/master/doc/conf.py#L29>`__.
refs `example <https://github.com/sphinx-doc/sphinx-intl/blob/master/doc/conf.py>`__.

3. Extract document's translatable messages into pot files::

Expand Down

0 comments on commit 07f2485

Please sign in to comment.