Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e0cba5b4
Commit
e0cba5b4
authored
Apr 10, 2017
by
Mariatta
Committed by
GitHub
Apr 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)
(cherry picked from commit
3d707be9
)
parent
7026cd92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/faq/windows.rst
Doc/faq/windows.rst
+1
-1
Doc/make.bat
Doc/make.bat
+1
-1
No files found.
Doc/faq/windows.rst
View file @
e0cba5b4
...
...
@@ -295,7 +295,7 @@ this respect, and is easily configured to use spaces: Take :menuselection:`Tools
size" to 4, and select the "Insert spaces" radio button.
If you suspect mixed tabs and spaces are causing problems in leading whitespace,
run Python with the :option:`-t` switch or run
``Tools/Scripts/tabnanny.py``
to
run Python with the :option:`-t` switch or run
the :mod:`tabnanny` module
to
check a directory tree in batch mode.
...
...
Doc/make.bat
View file @
e0cba5b4
...
...
@@ -71,7 +71,7 @@ goto end
:build
if NOT "
%PAPER%
" == "" (
set SPHINXOPTS=-D latex_
paper_
size=
%PAPER%
%SPHINXOPTS%
set SPHINXOPTS=-D latex_
elements.paper
size=
%PAPER%
%SPHINXOPTS%
)
cmd /C
%SPHINXBUILD%
%SPHINXOPTS%
-b
%
1 -dbuild\doctrees .
%BUILDDIR%
\
%
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment