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
22on :
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
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ Original
1010
1111This 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 ``
Original file line number Diff line number Diff 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
3333Installation
@@ -38,5 +38,5 @@ It is strongly recommended to use virtualenv/venv for this procedure::
3838 $ pip install sphinx-intl
3939
4040If 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
Original file line number Diff line number Diff 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
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.
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
34343. Extract document's translatable messages into pot files::
3535
You can’t perform that action at this time.
0 commit comments