File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Docs
2
2
on :
3
3
push :
4
4
paths :
5
- - ' doc/'
5
+ - ' doc/** '
6
6
- ' .github/workflows/doc.yml'
7
7
pull_request :
8
8
paths :
9
- - ' doc/'
9
+ - ' doc/** '
10
10
- ' .github/workflows/doc.yml'
11
11
workflow_dispatch :
12
12
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ Original
10
10
11
11
This utility derived from these projects.
12
12
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 ``
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You need to use `tx` command for below features:
27
27
* ``tx push -s `` : push pot (translation catalogs) to transifex.
28
28
* ``tx pull -l ja `` : pull po (translated catalogs) from transifex.
29
29
30
- .. _ transifex-client : https://github.com/transifex/cli
30
+ .. _ Transifex Client : https://github.com/transifex/cli
31
31
32
32
33
33
Installation
@@ -38,5 +38,5 @@ It is strongly recommended to use virtualenv/venv for this procedure::
38
38
$ pip install sphinx-intl
39
39
40
40
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 >`_.
42
42
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Setup development environment
21
21
$ pip install -U pip setuptools wheel setuptools_scm
22
22
$ pip install -r requirements-dev.txt
23
23
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 >`_)::
25
25
26
26
$ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
27
27
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This section describe how to translate with Sphinx_ and `sphinx-intl` command.
29
29
30
30
`locale_dirs` is required and `gettext_compact` is optional.
31
31
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>`__.
33
33
34
34
3. Extract document's translatable messages into pot files::
35
35
You can’t perform that action at this time.
0 commit comments