Commit Graph

1194 Commits

Author SHA1 Message Date
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
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
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
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
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
544e73602c merge with stable 2014-08-15 22:47:00 +09:00
Georg Brandl
3d9f6e1dc4 changelog entry for bizstyle theme. 2014-08-15 15:33:08 +02:00
Takayuki Shimizukawa
b5f351064c * importing the pull request #270 change to stable: Non-ASCII docstring cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. Closes #1533 2014-08-15 00:31:21 +09:00
Takayuki Shimizukawa
d01efde712 update CHANGES 2014-08-13 13:46:53 +09:00
Takayuki Shimizukawa
3c4939fea2 update CHANGES 2014-08-13 13:46:30 +09:00
Takayuki Shimizukawa
caf687d379 * add support docutils-0.12 2014-08-12 06:45:38 +09:00
Takayuki Shimizukawa
954869df26 merge with stable 2014-08-12 06:42:57 +09:00
Takayuki Shimizukawa
e984e381e8 * On Python3 environment, docutils.conf with 'source_link=true' in the general section cause type error. Closes #1531 2014-08-12 00:11:23 +09:00
Takayuki Shimizukawa
d40c786538 * tiny update for changes 2014-08-12 00:09:50 +09:00
Takayuki Shimizukawa
8b60f04431 * adding new sphinx supported system languages. closes #1403.
* update all catalogs from transifex.
2014-08-11 21:57:06 +09:00
Takayuki Shimizukawa
d39327d539 * for pull request #258: update CHANGES, add tests, add a document and refactoring. 2014-08-10 23:03:02 +09:00
Takayuki Shimizukawa
14353b30c2 for pull request #263, update CHANGES, fix for py26, fix for pep8. 2014-08-10 22:05:05 +09:00
Takayuki Shimizukawa
4b1485f421 * for PR#265: update CHANGES, small refactoring. 2014-08-10 16:53:09 +09:00
Takayuki Shimizukawa
68949656b2 * for PR#264: update CHANGES, add tests, small refactoring. 2014-08-10 16:28:31 +09:00
Takayuki Shimizukawa
f7399a261a Add app.set_translator() API to register or override a Docutils translator class like :confval:html_translator_class. 2014-08-05 00:18:54 +09:00
Takayuki Shimizukawa
2e1c16486c * fix code to pass test, add versionadded to doc, update CHANGES for pull request #229 2014-08-03 19:19:31 +09:00
Takayuki Shimizukawa
e0ce77db1b * update CHANGES for pull request #260 2014-08-03 17:45:21 +09:00
Takayuki Shimizukawa
721e4ad5a0 * update CHANGES for pull request #255 2014-08-03 16:42:28 +09:00
Takayuki Shimizukawa
eaed3ca9f1 Automatically compile `*.mo files from *.po` files. 2014-08-03 16:22:08 +09:00
Takayuki Shimizukawa
da4c67e2a3 When specifying toctree :numbered: option and :tocdepth: metadata, sub section number that is larger depth than :tocdepth: is shrinked. Closes #1251. 2014-08-02 18:10:41 +09:00
Takayuki Shimizukawa
8aa302f46c Using same word before. 2014-07-26 07:19:40 +02:00
Takayuki Shimizukawa
4fcb3f4f7f sphinx-apidoc command now have a --version option to show version information and exit. closes #1518 2014-07-25 23:33:57 +02:00
Takayuki Shimizukawa
da20c3713b merge with stable 2014-07-13 11:43:12 +09:00
Takayuki Shimizukawa
269421bc58 * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, texinfo and changes. Closes #1508 2014-07-13 10:44:48 +09:00