Skip to content

Fix Sphinx build warnings in 3.7 branch #1

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

Closed
ccwang002 opened this issue Jul 12, 2018 · 2 comments
Closed

Fix Sphinx build warnings in 3.7 branch #1

ccwang002 opened this issue Jul 12, 2018 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ccwang002
Copy link
Collaborator

Current output of make all under 3.7 branch:

...
loading translations [zh_TW]... done
building [mo]: all of 471 po files
WARNING: reading error: cpython/Doc/locales/zh_TW/LC_MESSAGES/library/contextvars.po, expected only letters, got ''        
WARNING: reading error: cpython/Doc/locales/zh_TW/LC_MESSAGES/whatsnew/3.7.po, expected only letters, got ''               
WARNING: reading error: cpython/Doc/locales/zh_TW/LC_MESSAGES/library/dataclasses.po, expected only letters, got ''        
WARNING: reading error: cpython/Doc/locales/zh_TW/LC_MESSAGES/c-api/contextvars.po, expected only letters, got '' 
...
reading sources... [100%]
cpython/Doc/library/dis.rst:11: WARNING: inconsistent term references in translated message. original: [':mod:`dis`', ':term:`bytecode`'], translated: [':mod:`dis`模組支援反組譯分析 CPython :term:`bytecode`']
cpython/Doc/library/statistics.rst:2: WARNING: Block quote ends without a blank line; unexpected unindent.
cpython/Doc/tutorial/introduction.rst:354: WARNING: inconsistent term references in translated message. original: [':ref:`f-strings`'], translated: []
...
build succeeded, 7 warnings.
@adrianliaw
Copy link
Collaborator

@ccwang002 麻煩先不修正 tutorial/introduction 裡面的 warning,這個可以用來讓新手熟悉 GitHub Flow

@adrianliaw adrianliaw added help wanted Extra attention is needed good first issue Good for newcomers labels Jul 25, 2018
@adrianliaw
Copy link
Collaborator

Fixed at fa04526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants