summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-11/+14
|\
| * merge with stableGeorg Brandl2014-01-221-11/+14
| |\
| | * MergeDmitry Shachnev2014-01-221-0/+40
| | |\
| | | * merge with stableGeorg Brandl2014-01-201-3/+3
| | | |\
| | * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-8/+11
| | | |/ | | |/|
| | * | 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
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | markup fixGeorg Brandl2014-01-211-3/+5
| |/ |/|
* | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-0/+40
|/
* #1259: Guard the debug output call when emitting events; to prevent theGeorg Brandl2013-09-161-1/+5
* Closes issue #1242: make it clearer that "translations not available" means o...Georg Brandl2013-09-161-2/+3
* merge with parallel repoGeorg Brandl2013-03-291-1/+1
|\
| * fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...shimizukawa2013-01-211-2/+1
| * fix debug2 UnicodeEncodeError issue with multibyte names nodeshimizukawa2013-01-211-1/+2
* | Introduce a "-j" flag for parallel build.Georg Brandl2013-01-131-1/+4
|/
* Verbosity: add another "debug2" function for level 3, use it for event debugg...Georg Brandl2013-01-121-27/+39
* 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 sup...Jonathan Waltman2013-01-051-14/+60
* 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-15/+16
|\
| * #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 than...Georg Brandl2011-01-041-0/+5
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * \ merge with 1.0Georg 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-15/+7
| |\ \ \
| | * | | Docstring harmonization.Georg Brandl2010-08-221-12/+7
| | * | | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-3/+0
* | | | | Parse parmeter field in event descriptions.Georg Brandl2011-01-071-2/+4
| |_|_|/ |/| | |
* | | | New year update.Georg Brandl2011-01-041-1/+1
| |_|/ |/| |
* | | #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-0/+6
|/ /
* | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex...Georg Brandl2010-08-251-2/+5
|/
* Activate oldcmarkup by default, but warn when the markup is used.Georg Brandl2010-07-021-1/+3
* Revert logic in _directive_helper: everything that is not a function is a cla...Georg Brandl2010-06-051-7/+7
* Change domain-index API: introduce a class.Georg Brandl2010-02-281-3/+2
* merge with trunkGeorg Brandl2010-02-281-36/+144
|\
| * Add app.override_domain().Georg Brandl2010-02-271-1/+8
| * Add method for adding custom indexes.Georg Brandl2010-02-211-0/+7
| * Rename arguments and make a few more optional, for convenience.Georg Brandl2010-02-211-5/+6
| * Fix long line.Georg Brandl2010-02-211-1/+2
| * Add manual page writer.Georg Brandl2010-02-211-0/+2
| * Remove global state in all_domains, put it in app.domains.Georg Brandl2010-01-171-12/+13
| * merge with trunkGeorg Brandl2010-01-171-2/+22
| |\
| * \ merge with trunkGeorg Brandl2010-01-171-32/+121
| |\ \