Commit Graph

1234 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
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