Skip to content

Commit 07f2485

Browse files
authored
fix for lint (#108)
* fix for lint * add asterisk for paths to catch all changes under doc/
1 parent 2ad874d commit 07f2485

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Docs
22
on:
33
push:
44
paths:
5-
- 'doc/'
5+
- 'doc/**'
66
- '.github/workflows/doc.yml'
77
pull_request:
88
paths:
9-
- 'doc/'
9+
- 'doc/**'
1010
- '.github/workflows/doc.yml'
1111
workflow_dispatch:
1212

AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Original
1010

1111
This utility derived from these projects.
1212

13-
* https://bitbucket.org/tk0miya/sphinx-gettext-helper
14-
* https://bitbucket.org/shimizukawa/sphinx-transifex
13+
* ``https://bitbucket.org/tk0miya/sphinx-gettext-helper``
14+
* ``https://bitbucket.org/shimizukawa/sphinx-transifex``

doc/basic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You need to use `tx` command for below features:
2727
* ``tx push -s`` : push pot (translation catalogs) to transifex.
2828
* ``tx pull -l ja`` : pull po (translated catalogs) from transifex.
2929

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

3232

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

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

doc/dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Setup development environment
2121
$ pip install -U pip setuptools wheel setuptools_scm
2222
$ pip install -r requirements-dev.txt
2323

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

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

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section describe how to translate with Sphinx_ and `sphinx-intl` command.
2929

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

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

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

0 commit comments

Comments
 (0)