Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for lint #108

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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