Commit Graph

1184 Commits

Author SHA1 Message Date
Takayuki Shimizukawa
4aa4d08a0a merge with stable 2014-10-09 22:05:20 +09:00
Takayuki Shimizukawa
857422eb67 update CHANGES for pull request #303, pull request #307. 2014-10-09 21:53:09 +09:00
Takayuki Shimizukawa
b9a39f0ea0 Merged in shimizukawa/sphinx (pull request #305)
gettext speed-up. closes #1426
2014-10-09 00:59:39 +09:00
Takayuki Shimizukawa
c608af4bab Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for jQuery. Closes #1438. 2014-10-08 08:59:01 +09:00
Takayuki Shimizukawa
d7ee60571b update CHANGES for pull request #301. Closes #1583 2014-10-07 23:00:32 +09:00
Jeppe Pihl
a3745cfb5e merge 2014-10-06 10:35:33 +02:00
Takayuki Shimizukawa
fa30e7b52a If the `python-levenshtein` 3rd-party package is installed, it will improve the calculation time. refs #1426. 2014-10-05 22:25:50 +09:00
Takayuki Shimizukawa
ee98decec1 Incompatibility. Now :confval:gettext_uuid is set False by default. If False, also levenshtein calculation is disabled. refs #1426 2014-10-05 21:50:44 +09:00
Takayuki Shimizukawa
4a517af21c fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585 2014-10-04 23:21:03 +09:00
Takayuki Shimizukawa
ecfeece952 pull request #299 has been merged. Add documentation for sphinx-quickstart options, update a few statement and CHANGES. Closes #1501. 2014-10-04 14:14:31 +09:00
Georg Brandl
65ae039f31 merge with stable 2014-10-01 19:59:29 +02:00
Georg Brandl
ee245c7bf1 Closes #1584: Point to master doc in HTML "top" link. 2014-10-01 19:58:36 +02: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
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
Takayuki Shimizukawa
6358d62718 update CHANGES for pull request #298 2014-09-28 13:05:28 +09:00
Takayuki Shimizukawa
698d2c6299 update CHANGES for pull request #296 2014-09-28 12:22:04 +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
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
91507c367b * update CHANGES for pull request #285. 2014-09-23 16:56:12 +09:00
Takayuki Shimizukawa
be97cdae1b * update CHANGES for pull request #288, #1512 2014-09-23 11:58:01 +09:00
Georg Brandl
d2b955b7f9 Closes #1568: since "centered" directly contains text children, it should be a TextElement. 2014-09-17 13:37:05 +02:00
Georg Brandl
439018a4e6 merge heads 2014-09-17 12:24:13 +02:00
Georg Brandl
9f0afa534d Exception logs now contain the last 10 messages emitted by Sphinx. 2014-09-17 12:22:14 +02:00
Takayuki Shimizukawa
7b9c9586bd sphinx.application.Sphinx.add_search_language raises AssertionError for correct type of argument. Closes #1563 2014-09-09 17:27:00 +09:00
Takayuki Shimizukawa
c884bfacab Post-release bump. 2014-09-02 00:16:50 +09:00
Takayuki Shimizukawa
b4620a3888 Bump to 1.2.3. 2014-09-01 23:20:28 +09:00
Takayuki Shimizukawa
ad69dadd14 Now Sphinx exits with non-zero status code if builder status is not success. Closes #508. 2014-08-29 01:14:54 +09:00
Takayuki Shimizukawa
e9aae6563d Fix: footnotes from table get displayed twice in LaTeX. To fix this, restoring footnote support hotfix for tabulary.sty that had been lost at f938a95 for #949. Closes #1522 2014-08-26 22:37:18 +09:00
Takayuki Shimizukawa
438f9fe3de make text generate wrong table when it has empty table cells. Closes #1544 2014-08-26 20:52:02 +09:00
Takayuki Shimizukawa
8f7936d75c * gettext does not extract nodes.line in a table or list. Closes #1477 2014-08-26 01:39:26 +09:00
Takayuki Shimizukawa
1ad7ea01ba Update for pull request #282. 2014-08-24 21:08:30 +09:00
Takayuki Shimizukawa
b6ad264787 Update CHANGES for pull request #281. 2014-08-24 15:52:49 +09:00
Takayuki Shimizukawa
9f517bb20b update CHANGES for pull request #295, #1520. 2014-09-26 02:29:02 +09:00
Takayuki Shimizukawa
c8d9300743 * update CHANGES for pull request #294. 2014-09-24 01:13:59 +09:00
Takayuki Shimizukawa
836d9584fd * update CHANGES for pull request #291. 2014-09-23 12:26:32 +09:00
Georg Brandl
52e5316b6e Document env-merge-info event, add parallel reading to changelog 2014-09-22 21:55:11 +02:00
Georg Brandl
e7ed7cd627 Rename env-read-docs to env-before-read-docs, add changelog entry and fixup tests. 2014-09-22 09:13:44 +02:00
Georg Brandl
a555bda5eb Closes #1284: Program options documented with :rst:dir:option can now start with `+`. 2014-09-20 19:58:11 +02:00
Georg Brandl
e1169d0937 Fix duplication of bugfixes between 1.2.x and 1.3 in changelog. 2014-09-19 13:25:16 +02:00
Georg Brandl
109cb873de Use "any" role in changelog. 2014-09-19 13:18:29 +02:00
Georg Brandl
c3eb669f8a Added the any role that can be used to find a cross-reference of
*any* type in *any* domain.  Custom domains should implement the new
`~Domain.resolve_any_xref` method to make this work properly.
2014-09-19 12:59:18 +02:00
Georg Brandl
8e3a8feedd clean up default-role usage in CHANGES 2014-09-19 12:36:21 +02:00
Georg Brandl
b9469b9013 Changing the default role document-locally with the docutils ".. default-role::"
directive is now supported.
2014-09-19 12:21:38 +02:00
Georg Brandl
007a15454f merge with stable 2014-09-17 13:38:20 +02:00
Georg Brandl
1b71e6e2c8 merge with stable 2014-09-17 12:26:40 +02:00
Georg Brandl
ec329d54f2 Add extension version check ability with new config value "needs_extensions". 2014-09-04 08:57:36 +02:00
Georg Brandl
b6594d18d1 Add support for extensions to declare their version as a string returned from setup(). 2014-09-03 16:27:15 +02:00
Takayuki Shimizukawa
7207b614b6 merge with stable 2014-09-02 00:11:32 +09:00
Takayuki Shimizukawa
5bf58f34a4 revert 53a9c95c86f0 for this file. "the changelog gets too cluttered with all the names; people read the changelog mostly because they want to know the changes." 2014-08-31 00:33:35 +09:00