shirou
baa8131899
add required parameters check and print warning when quiet mode is specified.
2014-09-30 23:13:02 +09:00
shirou
cf026c28f7
fix overwriting option specified values.
2014-09-30 23:02:23 +09:00
Jeppe Pihl
de8f428528
#1583 : Allow the line numbering of the directive literalinclude
to match that of the included file, using a new `lineno-match
` option.
2014-09-30 00:11:28 +02:00
Takayuki Shimizukawa
86ff9589bc
pull request #297 has been merged. Update CHANGES for it. Closes #1571 .
2014-09-29 00:37:52 +09:00
Takayuki Shimizukawa
7d47d60242
Merged in tk0miya/sphinx (pull request #297 )
...
Add imgpath property to all builders
2014-09-29 00:32:38 +09:00
tk0miya
8c38327f0e
Refactored; Initialize imagedir at init() method
2014-09-29 00:17:24 +09:00
shirou
57e8b8560e
fix the comments.
...
Note: If quiet, project, author and version are specified, skip all with DEFAULT_VALUE.
If not quiet and specified some options, skip that options and ask the others.
2014-09-28 23:32:11 +09:00
tk0miya
7e59c5385e
Merge with default
2014-09-28 21:56:20 +09:00
tk0miya
0853176305
Merge with default
2014-09-28 21:28:45 +09:00
tk0miya
f746a45dc9
Remove debug print
2014-09-28 21:25:46 +09:00
Takayuki Shimizukawa
9d1225a35b
add :confval:gettext_enables
to enable extracting 'index' to gettext catalog output / applying translation catalog to generated documentation. Closes #1344
2014-09-28 21:19:54 +09:00
tk0miya
16529c5604
Add options argument to Sphinx.add_latex_package()
2014-09-28 21:10:26 +09:00
Takayuki Shimizukawa
39c843106f
fix testing on Windows.
2014-09-28 21:00:51 +09:00
Takayuki Shimizukawa
6358d62718
update CHANGES for pull request #298
2014-09-28 13:05:28 +09:00
Takayuki Shimizukawa
a75d863290
Merged in tk0miya/sphinx (pull request #298 )
...
Add new API: Sphinx.add_latex_package()
2014-09-28 12:59:59 +09:00
Takayuki Shimizukawa
698d2c6299
update CHANGES for pull request #296
2014-09-28 12:22:04 +09:00
shirou
c761740cfc
add various options to sphinx-quickstart.
2014-09-27 23:24:03 +09:00
tk0miya
0c5b460dc6
Separate numfig testcase from toctree's
2014-09-27 16:49:28 +09:00
tk0miya
c35886f6d0
Refactor has_child() function (by review)
2014-09-27 16:17:25 +09:00
tk0miya
a557e0dd32
Make numfig_prefix translatable
2014-09-27 15:50:19 +09:00
tk0miya
c04ad2908e
Add new API: Sphinx.add_latex_package()
...
Sphinx.add_latex_package() allows sphinx extensions to add latex packages.
It helps creating extensions for latex (for example, latex-theming)
2014-09-27 12:47:27 +09:00
tk0miya
cc5859fcbf
Add imgpath property to all builders
2014-09-27 10:11:47 +09:00
tk0miya
e3826ba2c4
Fix assign_figure_numbers() raises AttributeError with old environment
2014-09-27 00:56:50 +09:00
tk0miya
7cd470f59a
Assign fignum to tables and code-blocks
2014-09-27 00:47:44 +09:00
Takayuki Shimizukawa
7984f81a5e
Merged in tk0miya/sphinx (pull request #292 )
...
do nested_parse() :caption: of code-block directive
2014-09-26 20:29:38 +09:00
tk0miya
7c7a563426
Fix by review comment
2014-09-26 20:15:17 +09:00
Takayuki Shimizukawa
9f517bb20b
update CHANGES for pull request #295 , #1520 .
2014-09-26 02:29:02 +09:00
Takayuki Shimizukawa
7c9565f510
Merged in psuter/sphinx/psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827 (pull request #295 )
...
Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (see #1520 )
2014-09-26 02:23:21 +09:00
Takayuki Shimizukawa
b87d0f01b4
merge with stable
2014-09-26 02:20:01 +09:00
Takayuki Shimizukawa
ca5e4d7a24
fix: deque missing
2014-09-26 02:17:59 +09:00
Takayuki Shimizukawa
5ce8815156
remove with_statement feature for py25.
2014-09-26 02:14:05 +09:00
Takayuki Shimizukawa
02539d5eaf
merge with stable
2014-09-26 02:11:51 +09:00
Takayuki Shimizukawa
0a25e61eff
refactoring by using with cd
2014-09-26 01:46:29 +09:00
Takayuki Shimizukawa
636c14ef4a
Now sphinx.ext.autodoc work with python-2.5 again, again.
2014-09-26 01:42:22 +09:00
Takayuki Shimizukawa
b897be5122
Now sphinx.ext.autodoc work with python-2.5 again.
2014-09-26 01:00:47 +09:00
tk0miya
cffec13355
Add testcases for numfig
2014-09-26 00:36:38 +09:00
Takayuki Shimizukawa
7060116888
Fix make-mode behavior on Windows. make target latexpdf
, latexpdfja
and info
couldn't change directory with make -C directory
command because make.bat was invoked instead of unix like make command.
2014-09-26 00:29:51 +09:00
Takayuki Shimizukawa
a9d58744ad
Fix make.bat for make-mode that lack SOURCEDIR
argument for sphinx-build command.
2014-09-26 00:21:09 +09:00
Peter Suter
7eccc230b7
Fix `make.bat latexpdf
mechanism to
cd
` back to the build directory. (see #1520 )
...
Set ``%BUILDDIR%`` to an absolute path using the common ``%~dp0`` trick.
2014-09-25 08:50:34 +00:00
Takayuki Shimizukawa
b7059d475d
Fix: special toctree entry "self" located after another entry that also has a toctree was replaced with wrong title and link. Closes #1576
...
Function argument variable `toctreenode` had been overrode by local variable.
2014-09-25 00:44:27 +09:00
Takayuki Shimizukawa
88540e9a3b
workaround for testing: \xbb
will be replaced with /xbb
by replace(os.sep, '/')
process on Windows environment.
2014-09-24 01:41:01 +09:00
Takayuki Shimizukawa
c8d9300743
* update CHANGES for pull request #294 .
2014-09-24 01:13:59 +09:00
tk0miya
07e52ff22d
Fix @caption should be placed to inside of @float element in texinfo
2014-09-24 00:54:27 +09:00
tk0miya
3ad1f1c164
Merge with default
2014-09-24 00:43:47 +09:00
tk0miya
5f96826ffc
Merge with default
2014-09-23 17:58:02 +09:00
Takayuki Shimizukawa
91507c367b
* update CHANGES for pull request #285 .
2014-09-23 16:56:12 +09:00
Takayuki Shimizukawa
cae58ac81e
Merged in ngoldbaum/sphinx/stable (pull request #285 )
...
Test for subclasses of docutils node types when screening searchindex
2014-09-23 16:50:55 +09:00
Georg Brandl
986aba2a43
merge heads
2014-09-23 07:51:52 +02:00
Georg Brandl
363d40b8dd
merge with stable
2014-09-23 07:51:31 +02:00
Takayuki Shimizukawa
836d9584fd
* update CHANGES for pull request #291 .
2014-09-23 12:26:32 +09:00