summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add extension version check ability with new config value "needs_extensions".Georg Brandl2014-09-041-0/+15
| | |
* | | Add support for extensions to declare their version as a string returned ↵Georg Brandl2014-09-031-1/+6
| | | | | | | | | | | | from setup().
* | | Merge with tipTakayuki Shimizukawa2014-08-181-0/+3
|\ \ \
| * | | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+3
| | |/ | |/|
* | | Add app.set_translator() API to register or override a Docutils translator ↵Takayuki Shimizukawa2014-08-051-6/+3
| | | | | | | | | | | | class like :confval:`html_translator_class`.
* | | * fix code to pass test, add versionadded to doc, update CHANGES for pull ↵Takayuki Shimizukawa2014-08-031-19/+21
| | | | | | | | | | | | request #229
* | | Merged in russell/sphinx-pluggable-translators (pull request #229)Takayuki Shimizukawa2014-08-031-14/+23
|\ \ \ | |/ / |/| | | | | Allow registration of other translators
| * | Allow registration of other translatorsRussell Sim2014-03-201-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 stableTakayuki Shimizukawa2014-07-131-2/+10
|\ \ \ | | |/ | |/|
| * | * With non-callable `setup` in a conf.py, now sphinx-build emits ↵Takayuki Shimizukawa2014-06-301-2/+10
| | | | | | | | | | | | user-friendly error message. Closes #1499
* | | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+3
| | |
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-3/+4
| | | | | | | | | | | | refs #1350.
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-3/+3
| |/ |/| | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | merge with stableGeorg Brandl2014-01-221-3/+5
|\ \ | |/
| * markup fixGeorg Brandl2014-01-211-3/+5
| |
* | MergeDmitry Shachnev2014-01-221-8/+11
|\ \
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-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 stableGeorg Brandl2014-01-201-0/+40
|\ \ \ | |/ / |/| / | |/
| * Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-0/+40
| |
* | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-171-2/+0
| |
* | When an extension fails to import, give the original traceback with -vGeorg Brandl2014-01-131-0/+2
| |
* | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-1/+1
|/ | | | like ``-D key=val1,val2``.
* #1259: Guard the debug output call when emitting events; to prevent theGeorg Brandl2013-09-161-1/+5
| | | | repr() implementation of arbitrary objects causing build failures.
* Closes issue #1242: make it clearer that "translations not available" means ↵Georg Brandl2013-09-161-2/+3
| | | | only for the built-in messages, and special-case English.
* merge with parallel repoGeorg Brandl2013-03-291-1/+4
|\
| * Introduce a "-j" flag for parallel build.Georg Brandl2013-01-131-1/+4
| |
* | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ↵Takayuki Shimizukawa2013-01-211-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 nodeTakayuki Shimizukawa2013-01-211-1/+2
|/
* Verbosity: add another "debug2" function for level 3, use it for event ↵Georg Brandl2013-01-121-27/+39
| | | | debugging. Prefix debug messages with component name.
* Write verbose/debug messages to status fd, not warning fd.Georg Brandl2013-01-121-2/+2
|
* Add verbose option ``-v`` for sphinx-build and some rudimentary debugging ↵Jonathan Waltman2013-01-051-14/+60
| | | | support.
* Closes #958: Do not preserve ``environment.pickle`` after a failed build.Jonathan Waltman2013-01-031-0/+5
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* domain override: fix issue #1009.Franck Michea2012-10-111-1/+1
|
* Closes #805: Make the ``Sphinx.add_index_to_domain`` method work correctly.Georg Brandl2011-11-011-3/+2
|
* Added support for non-local files to Application.add_stylesheet()Mateusz Paprocki2011-07-191-2/+5
|
* merge with 1.0Georg Brandl2011-01-071-2/+4
|\
| * Parse parmeter field in event descriptions.Georg Brandl2011-01-071-2/+4
| |
* | #306: Added :event:`env-get-outdated` event.Georg Brandl2011-01-071-0/+1
| |
* | #273: Add an API for adding full-text search support for languages other ↵Georg Brandl2011-01-041-0/+5
| | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2010-10-221-0/+6
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-0/+6
| |
* | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-0/+3
| |
* | merge with 1.0Georg Brandl2010-08-251-2/+5
|\ \ | |/
| * #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-2/+5
| | | | | | | | extension.
* | Docstring harmonization.Georg Brandl2010-08-221-12/+7
| |