Commit Graph

1420 Commits

Author SHA1 Message Date
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
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
c884bfacab Post-release bump. 2014-09-02 00:16:50 +09:00
Takayuki Shimizukawa
7207b614b6 merge with stable 2014-09-02 00:11:32 +09:00
Takayuki Shimizukawa
b4620a3888 Bump to 1.2.3. 2014-09-01 23:20:28 +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
Takayuki Shimizukawa
0cfb00db79 Add documentation to make contribution easier. 2014-08-31 00:02:01 +09:00
Takayuki Shimizukawa
d11267b205 Merge with stable 2014-08-30 20:20:19 +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
f190de75cd Fix: pgen2 tokenizer doesn't recognize ... literal (Ellipsis for py3). Closes #1547
I think pgen2 code derived from lib2to3 package. Basically, the package only support python2 code then it doesn't recognize `...` literal.
2014-08-28 22:41:52 +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
13bbf44d87 Update CHANGES for pull request #258, #939. dedent feature has been merged. Closes #939 2014-08-26 09:51:21 +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
a2410ec2ee Update CHANGES and documentation for PR#266. 2014-08-24 11:07:36 +09:00
Takayuki Shimizukawa
0633892fde Update CHANGES for pull request #275, #1537; sphinx.ext.intersphinx supports multiple target for the inventory. 2014-08-23 12:07:59 +09:00
Takayuki Shimizukawa
70fd3c6d31 :confval:templates_path is automatically added to :confval:exclude_patterns to avoid reading autosummary rst templates in the templates directory. Closes #1543 2014-08-23 09:04:21 +09:00
Takayuki Shimizukawa
e8b870de0c :mod:~sphinx.ext.viewcode support imported function/class aliases. Closes #623 2014-08-22 11:38:56 +09:00
Takayuki Shimizukawa
de0b87be3e update CHANGES for pull request #278 2014-08-21 14:54:06 +09:00
Takayuki Shimizukawa
2c032f2988 update CHANGES for pull request #277, #1513 2014-08-21 14:17:04 +09:00
Takayuki Shimizukawa
7f33951fce Update CHANGES for pull request #276, #1381. 2014-08-20 12:38:09 +09:00
Takayuki Shimizukawa
f14f77688a update CHANGES for pull request #269, #1476. 2014-08-20 06:49:39 +09:00
Takayuki Shimizukawa
6882a9dcb3 update CHANGES for pull request #274. 2014-08-20 06:16:02 +09:00
Takayuki Shimizukawa
307e580300 update CHANGES for pull request #273, #1536 2014-08-20 06:04:10 +09:00
Takayuki Shimizukawa
60911efe05 Merge with tip 2014-08-18 23:20:42 +09:00
Takayuki Shimizukawa
53fad89482 Update CHANGES for pull request #268. closes #743. 2014-08-18 23:16:26 +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