mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
@@ -145,6 +145,8 @@ Bugs fixed
|
||||
* #1547: pgen2 tokenizer doesn't recognize ``...`` literal (Ellipsis for py3).
|
||||
* PR#294: On LaTeX builder, wrap float environment on writing literal_block
|
||||
to avoid separation of caption and body. Thanks to Takeshi Komiya.
|
||||
* PR#295, #1520: ``make.bat latexpdf`` mechanism to ``cd`` back to the current
|
||||
directory. Thanks to Peter Suter.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
@@ -637,7 +637,7 @@ REM Command file for Sphinx documentation
|
||||
if "%%SPHINXBUILD%%" == "" (
|
||||
\tset SPHINXBUILD=sphinx-build
|
||||
)
|
||||
set BUILDDIR=%%~dp0%(rbuilddir)s
|
||||
set BUILDDIR=%(rbuilddir)s
|
||||
set ALLSPHINXOPTS=-d %%BUILDDIR%%/doctrees %%SPHINXOPTS%% %(rsrcdir)s
|
||||
set I18NSPHINXOPTS=%%SPHINXOPTS%% %(rsrcdir)s
|
||||
if NOT "%%PAPER%%" == "" (
|
||||
@@ -793,7 +793,7 @@ if "%%1" == "latexpdf" (
|
||||
\t%%SPHINXBUILD%% -b latex %%ALLSPHINXOPTS%% %%BUILDDIR%%/latex
|
||||
\tcd %%BUILDDIR%%/latex
|
||||
\tmake all-pdf
|
||||
\tcd %%BUILDDIR%%/..
|
||||
\tcd %%~dp0
|
||||
\techo.
|
||||
\techo.Build finished; the PDF files are in %%BUILDDIR%%/latex.
|
||||
\tgoto end
|
||||
@@ -803,7 +803,7 @@ if "%%1" == "latexpdfja" (
|
||||
\t%%SPHINXBUILD%% -b latex %%ALLSPHINXOPTS%% %%BUILDDIR%%/latex
|
||||
\tcd %%BUILDDIR%%/latex
|
||||
\tmake all-pdf-ja
|
||||
\tcd %%BUILDDIR%%/..
|
||||
\tcd %%~dp0
|
||||
\techo.
|
||||
\techo.Build finished; the PDF files are in %%BUILDDIR%%/latex.
|
||||
\tgoto end
|
||||
|
||||
Reference in New Issue
Block a user