File tree 2 files changed +2
-2
lines changed
Filter options
2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ this respect, and is easily configured to use spaces: Take :menuselection:`Tools
295
295
size" to 4, and select the "Insert spaces" radio button.
296
296
297
297
If you suspect mixed tabs and spaces are causing problems in leading whitespace,
298
- run Python with the :option: `-t ` switch or run `` Tools/Scripts/ tabnanny.py `` to
298
+ run Python with the :option: `-t ` switch or run the :mod: ` tabnanny ` module to
299
299
check a directory tree in batch mode.
300
300
301
301
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ goto end
71
71
72
72
:build
73
73
if NOT " %PAPER% " == " " (
74
- set SPHINXOPTS = -D latex_paper_size =%PAPER% %SPHINXOPTS%
74
+ set SPHINXOPTS = -D latex_elements.papersize =%PAPER% %SPHINXOPTS%
75
75
)
76
76
cmd /C %SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . %BUILDDIR% \%*
77
77
You can’t perform that action at this time.
0 commit comments