Commit Graph
20 Commits
Author SHA1 Message Date
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 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 9191ffaa50 Merged in russell/sphinx-pluggable-translators (pull request #229)
Allow registration of other translators
2014-08-03 18:52:02 +09:00
EricFromCanada 65e924a3e4 rewrapping paragraphs when over 80 characters wide 2014-06-18 11:53:25 -04:00
Jean-Paul Calderone 19533c96a5 Fix a copy/paste (presumably) mistake in the extdev tutorial. 2014-04-04 11:53:37 -04:00
Georg Brandl 04065625ed merge with stable 2014-03-26 07:30:55 +01:00
Georg Brandl c24cfbaed1 Add an example how to connect events. 2014-03-26 07:30:48 +01:00
Russell Sim 45a0bcd453 Allow registration of other translators
This adds an add_translator method to the sphinx application class.
It allows developers to register custom translators (writers) with
sphinx, so other extensions that add new nodes can register support
for the custom translators.
2014-03-20 12:34:11 +11:00
Georg Brandl 85ddf03f45 merge with stable 2014-03-02 08:50:10 +01:00
Georg Brandl 501c2d13e6 Fix long lines. 2014-03-02 08:40:48 +01:00
Georg Brandl eb79fcafea merge with stable 2014-01-26 11:51:09 +01:00
Georg Brandl 25ac2dda9c add link 2014-01-24 20:22:58 +01:00
Georg Brandl 1eb23c62ce merge with stable 2014-01-22 18:13:49 +01:00
Georg Brandl fb5a1a09a0 some directive creation docs 2014-01-21 10:32:30 +01:00
Georg Brandl 6b33e3fea4 remove duplicate wording 2014-01-21 10:05:23 +01:00
Georg Brandl cc8d29dcab actually use exception markup 2014-01-21 10:04:11 +01:00
Georg Brandl da09100869 doc: add exceptions from sphinx.errors 2014-01-21 09:54:31 +01:00
Georg Brandl 317930a7fb merge with stable 2014-01-20 21:21:33 +01:00
Georg Brandl 883324fd6c Doc: move API docs in their own chapter and add more of it. 2014-01-20 17:21:44 +01:00