Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
.pot ファイルの内容に変更が無い場合, POT-Creation-Date を更新しないような修正が Sphinx 1.5.4 で入った. (issue: sphinx-doc/sphinx#3443, PR: sphinx-doc/sphinx#3490, release note: http://www.sphinx-doc.org/en/1.6.5/changes.html#id12) そのため delete_pot_creation_date.py (python-doc-ja/cpython-doc-intl#1 にて導入) を実行する必要が無くなった.
Makefile から delete_pot_creation_date.py を実行している箇所を削除し, delete_pot_creation_date.py を除去する.
The text was updated successfully, but these errors were encountered:
Remove unnecessary call of delete_pot_creation_date.py
fbbffed
issue: python-doc-ja/python-doc-ja#775
2d2cbd0
それぞれ以下のコミットにて対応完了
2.7 → python-doc-ja/cpython-doc-intl@fbbffed 3.7 → python-doc-ja/cpython-doc-intl@2d2cbd0
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
.pot ファイルの内容に変更が無い場合, POT-Creation-Date を更新しないような修正が Sphinx 1.5.4 で入った. (issue: sphinx-doc/sphinx#3443, PR: sphinx-doc/sphinx#3490, release note: http://www.sphinx-doc.org/en/1.6.5/changes.html#id12)
そのため delete_pot_creation_date.py (python-doc-ja/cpython-doc-intl#1 にて導入) を実行する必要が無くなった.
Makefile から delete_pot_creation_date.py を実行している箇所を削除し, delete_pot_creation_date.py を除去する.
The text was updated successfully, but these errors were encountered: