[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) by Mariatta · Pull Request #670 · python/cpython
Much of bpo-29521 was fixed in parallel with commit e7ffb99 . This cleans up the rest. Apply parallel change to Doc/make.bat to read "set SPHINXOPTS=-D latex_elements.papersize=" I don't have a Windows system on which to observe the warning, but it should be necessary. The warning: .../workspace/cpython_github/Doc/faq/windows.rst:303: WARNING: unknown option: -t In the Windows FAQ, `How do I keep editors from inserting tabs into my Python source?`, contained a reference to a Python -t option. In Python 2.x, this caused Python to issue warnings about lines with mixed spaces and tabs, but as of Python 3.6 it does nothing. Per discussion at http://bugs.python.org/issue29387, take their wording. Python [3] raises an IndentationError or TabError. Tabnanny is now a module. (cherry picked from commit 3d707be)
Mariatta
changed the title
[2.7] bpo-29521 Fix two minor documentation build warnings (GH-41)
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41)
Mariatta
changed the title
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41)
wip [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41)
Mariatta
changed the title
wip [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41)
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters