Commit Graph

5039 Commits

Author SHA1 Message Date
tk0miya
2ccdebf5d9 Fix RuntimeError with numbered circular toctree 2014-08-21 09:54:57 +09:00
tk0miya
ba5a42c504 Ignore "self" and URL in toctree 2014-08-21 09:54:57 +09:00
tk0miya
2f5ea82b37 Add config entries for numfig 2014-08-16 09:39:01 +09:00
tk0miya
f974aca356 Assign figure numbers automatically 2014-09-26 22:40:24 +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
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
Takayuki Shimizukawa
a820a73442 Merged in tk0miya/sphinx (pull request #291)
Fix cannot capture title of literal_block node by xref
2014-09-23 12:21:15 +09:00
Takayuki Shimizukawa
be97cdae1b * update CHANGES for pull request #288, #1512 2014-09-23 11:58:01 +09:00
Takayuki Shimizukawa
5b5937d057 Merged in tk0miya/sphinx/stable (pull request #288)
Fix #1512 env.record_dependency crashes on multibyte directories
2014-09-23 11:43:13 +09:00
Georg Brandl
e3135cfc87 Make remaining builtin extensions parallel-read-proof. 2014-09-22 22:05:03 +02:00
Georg Brandl
52e5316b6e Document env-merge-info event, add parallel reading to changelog 2014-09-22 21:55:11 +02:00
Georg Brandl
d44efd6254 Fix default for verbosity option (crashes on Py3). 2014-09-22 21:28:30 +02:00
Georg Brandl
4197144f96 Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary. 2014-09-22 19:53:19 +02:00
Georg Brandl
339c6f1335 Switch sphinx.cmdline to optparse. 2014-09-22 19:08:52 +02:00
Georg Brandl
46e8309c31 Add a possibility to later execute finishing-up tasks in parallel. 2014-09-22 18:16:53 +02:00
Georg Brandl
0c833c020e Refactor parallel process into a base class that executes any task, and a derived class that executes a batch of the same task. 2014-09-22 17:29:52 +02:00
Georg Brandl
1f23a5c369 Factor out parallel building into a utility class. Better error handling
with traceback of the parallel process saved in the error log.
2014-09-22 16:21:04 +02:00
Georg Brandl
7bbaa4c73f Test suite fixes after env.update() change. 2014-09-22 15:08:15 +02:00
Georg Brandl
31452fc64d [WIP] parallel read 2014-09-22 14:51:47 +02:00
Georg Brandl
905cbf853d Move status_iterator to application object. 2014-09-22 14:34:57 +02:00
Georg Brandl
71cd2f7e50 Change extension setup() return value to a dictionary of metadata.
This makes it possible to introduce more metadata values later.
2014-09-22 11:06:42 +02:00
Georg Brandl
57e897669d autodoc: minor PEP8 adjustments 2014-09-22 10:54:20 +02:00
Georg Brandl
062492d75f env: minor comment clarification 2014-09-22 10:49:14 +02:00
Georg Brandl
9ae7c784b5 doctest: minor PEP8 adjustments 2014-09-22 10:47:08 +02:00
Georg Brandl
e748e23187 Instantiate our source class directly, this lets us get rid of the method-local class def. 2014-09-22 10:41:04 +02:00
Georg Brandl
80144f19f5 cpp domain: minor PEP8 cleanup 2014-09-22 10:20:14 +02:00
Georg Brandl
7aa43488ea add a paragraph about sphinx-contrib on the front page 2014-09-22 10:20:02 +02:00