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

Add -j auto to sphinx-build for parallel builds #298

Closed
wants to merge 3 commits into from
Closed
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
708 changes: 357 additions & 351 deletions locale/de_DE/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/de_DE/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/en_CA/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/en_CA/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/en_US/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/en_US/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/es/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/es/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/fa/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/fa/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

1,121 changes: 563 additions & 558 deletions locale/ja/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

1,003 changes: 503 additions & 500 deletions locale/ja/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/jv/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/jv/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/nb/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/nb/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/pl/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/pl/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/pl_PL/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/pl_PL/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

692 changes: 349 additions & 343 deletions locale/pot/examples.pot

Large diffs are not rendered by default.

Binary file modified locale/pot/index-7_00_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
457 changes: 230 additions & 227 deletions locale/pot/sg_execution_times.pot

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/ru/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/ru/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

708 changes: 357 additions & 351 deletions locale/uk/LC_MESSAGES/examples.po

Large diffs are not rendered by default.

583 changes: 293 additions & 290 deletions locale/uk/LC_MESSAGES/sg_execution_times.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -ex
# pull po files from transifex
cd `dirname $0`
#rm -R pot # skip this line cause "already unused pot files will not removed" but we must keep these files to avoid commit for only "POT-Creation-Time" line updated. see: https://github.com/sphinx-doc/sphinx/issues/3443
sphinx-build -T -b gettext ../pyvista/doc/source pot
sphinx-build -T -b gettext ../pyvista/doc/source pot -j auto
sphinx-intl update-txconfig-resources -p pot -d .
cat .tx/config
tx push -s --skip
Expand Down
Loading