mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
parent
7c9565f510
commit
9f517bb20b
2
CHANGES
2
CHANGES
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user