Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add extension version check ability with new config value "needs_extensions". | Georg Brandl | 2014-09-04 | 1 | -0/+15 | |
| | | | ||||||
* | | | Add support for extensions to declare their version as a string returned ↵ | Georg Brandl | 2014-09-03 | 1 | -1/+6 | |
| | | | | | | | | | | | | from setup(). | |||||
* | | | Merge with tip | Takayuki Shimizukawa | 2014-08-18 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Automatically compile ``*.mo`` files from ``*.po`` files. | Takayuki Shimizukawa | 2014-08-03 | 1 | -0/+3 | |
| | |/ | |/| | ||||||
* | | | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -6/+3 | |
| | | | | | | | | | | | | class like :confval:`html_translator_class`. | |||||
* | | | * fix code to pass test, add versionadded to doc, update CHANGES for pull ↵ | Takayuki Shimizukawa | 2014-08-03 | 1 | -19/+21 | |
| | | | | | | | | | | | | request #229 | |||||
* | | | Merged in russell/sphinx-pluggable-translators (pull request #229) | Takayuki Shimizukawa | 2014-08-03 | 1 | -14/+23 | |
|\ \ \ | |/ / |/| | | | | | Allow registration of other translators | |||||
| * | | Allow registration of other translators | Russell Sim | 2014-03-20 | 1 | -14/+23 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | merge with stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+10 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | * With non-callable `setup` in a conf.py, now sphinx-build emits ↵ | Takayuki Shimizukawa | 2014-06-30 | 1 | -2/+10 | |
| | | | | | | | | | | | | user-friendly error message. Closes #1499 | |||||
* | | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -3/+3 | |
| | | | ||||||
* | | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 | |
| | | | | | | | | | | | | refs #1350. | |||||
* | | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+3 | |
| |/ |/| | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-01-22 | 1 | -3/+5 | |
|\ \ | |/ | ||||||
| * | markup fix | Georg Brandl | 2014-01-21 | 1 | -3/+5 | |
| | | ||||||
* | | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -8/+11 | |
|\ \ | ||||||
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -8/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | | merge with stable | Georg Brandl | 2014-01-20 | 1 | -0/+40 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Doc: move API docs in their own chapter and add more of it. | Georg Brandl | 2014-01-20 | 1 | -0/+40 | |
| | | ||||||
* | | Remove sphinx.ext.oldcmarkup compatibility extension. | Georg Brandl | 2014-01-17 | 1 | -2/+0 | |
| | | ||||||
* | | When an extension fails to import, give the original traceback with -v | Georg Brandl | 2014-01-13 | 1 | -0/+2 | |
| | | ||||||
* | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 1 | -1/+1 | |
|/ | | | | like ``-D key=val1,val2``. | |||||
* | #1259: Guard the debug output call when emitting events; to prevent the | Georg Brandl | 2013-09-16 | 1 | -1/+5 | |
| | | | | repr() implementation of arbitrary objects causing build failures. | |||||
* | Closes issue #1242: make it clearer that "translations not available" means ↵ | Georg Brandl | 2013-09-16 | 1 | -2/+3 | |
| | | | | only for the built-in messages, and special-case English. | |||||
* | merge with parallel repo | Georg Brandl | 2013-03-29 | 1 | -1/+4 | |
|\ | ||||||
| * | Introduce a "-j" flag for parallel build. | Georg Brandl | 2013-01-13 | 1 | -1/+4 | |
| | | ||||||
* | | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ↵ | Takayuki Shimizukawa | 2013-01-21 | 1 | -2/+1 | |
| | | | | | | | | | | | | return unicode object if Element['names'] contain unicode object. This is maybe docutils issue: https://sourceforge.net/tracker/?func=detail&aid=3601607&group_id=38414&atid=422030 | |||||
* | | fix debug2 UnicodeEncodeError issue with multibyte names node | Takayuki Shimizukawa | 2013-01-21 | 1 | -1/+2 | |
|/ | ||||||
* | Verbosity: add another "debug2" function for level 3, use it for event ↵ | Georg Brandl | 2013-01-12 | 1 | -27/+39 | |
| | | | | debugging. Prefix debug messages with component name. | |||||
* | Write verbose/debug messages to status fd, not warning fd. | Georg Brandl | 2013-01-12 | 1 | -2/+2 | |
| | ||||||
* | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging ↵ | Jonathan Waltman | 2013-01-05 | 1 | -14/+60 | |
| | | | | support. | |||||
* | Closes #958: Do not preserve ``environment.pickle`` after a failed build. | Jonathan Waltman | 2013-01-03 | 1 | -0/+5 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | domain override: fix issue #1009. | Franck Michea | 2012-10-11 | 1 | -1/+1 | |
| | ||||||
* | Closes #805: Make the ``Sphinx.add_index_to_domain`` method work correctly. | Georg Brandl | 2011-11-01 | 1 | -3/+2 | |
| | ||||||
* | Added support for non-local files to Application.add_stylesheet() | Mateusz Paprocki | 2011-07-19 | 1 | -2/+5 | |
| | ||||||
* | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -2/+4 | |
|\ | ||||||
| * | Parse parmeter field in event descriptions. | Georg Brandl | 2011-01-07 | 1 | -2/+4 | |
| | | ||||||
* | | #306: Added :event:`env-get-outdated` event. | Georg Brandl | 2011-01-07 | 1 | -0/+1 | |
| | | ||||||
* | | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 1 | -0/+5 | |
| | | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | #534: warning message instead of crash if invalid Pygments lexer name is used. | Georg Brandl | 2010-10-22 | 1 | -0/+6 | |
| | | ||||||
* | | Add add_node() support for texinfo and add handlers for nodes in our extensions. | Georg Brandl | 2010-10-22 | 1 | -0/+3 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-08-25 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵ | Georg Brandl | 2010-08-25 | 1 | -2/+5 | |
| | | | | | | | | extension. | |||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -12/+7 | |
| | |