sphinx-doc / sphinx-doc-translations

Translations for Sphinx's documentation
Other
22 stars 16 forks source link

:recycle: Travis to GitHub Actions #7

Closed tkoyama010 closed 2 years ago

tkoyama010 commented 4 years ago

:recycle: Hi all. I moved Travis to GitHub Actions. WFM. I tested this yml in mayavi-doc-translations.

tkoyama010 commented 4 years ago

If you merge this PR, could you please set the following key at setting tab?

tkoyama010 commented 4 years ago

@tk0miya Thank you very much for your review :coffee:

rffontenelle commented 3 years ago

Have you considered building translated docs after fetching the translation files from Transifex? This could be useful to find ReStructuredText syntax warnings or errors on translations.

I envisioned something parallelized, like one workflow per language workflow and with a 'push' event filtered by the proper path. For instance, to trigger build statements for pt_BR, the event would be:

on:
  push:
    paths:
      - 'locale/pt_BR/LC_MESSAGES/*.po'
      - 'locale/pt_BR/LC_MESSAGES/**/*.po'
shimizukawa commented 2 years ago

@tkoyama010 and everybody, I am very sorry. I created and merged PR #12 for GitHub Actions without noticing this PR.

tkoyama010 commented 2 years ago

All good. Thank you for your work!