| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -11/+14 |
| |\ | |||||
| | * | merge with stable | Georg Brandl | 2014-01-22 | 1 | -11/+14 |
| | |\ | |||||
| | | * | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -0/+40 |
| | | |\ | |||||
| | | | * | merge with stable | Georg Brandl | 2014-01-20 | 1 | -3/+3 |
| | | | |\ | |||||
| | | * | | | 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. | ||||
| | | * | | 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``. | ||||
| * | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | markup fix | Georg Brandl | 2014-01-21 | 1 | -3/+5 |
| | |/ |/| | |||||
| * | | Doc: move API docs in their own chapter and add more of it. | Georg Brandl | 2014-01-20 | 1 | -0/+40 |
| |/ | |||||
| * | #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/+1 |
| |\ | |||||
| | * | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ↵ | 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 | shimizukawa | 2013-01-21 | 1 | -1/+2 |
| | | | |||||
| * | | Introduce a "-j" flag for parallel build. | Georg Brandl | 2013-01-13 | 1 | -1/+4 |
| |/ | |||||
| * | 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 | -15/+16 |
| |\ | |||||
| | * | #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 |
| | |\ | |||||
| | * \ | merge with 1.0 | 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 | -15/+7 |
| | |\ \ \ | |||||
| | | * | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -12/+7 |
| | | | | | | |||||
| | | * | | | Add a constant for class types, which lacks types.ClassType in Py3k. | Georg Brandl | 2010-07-28 | 1 | -3/+0 |
| | | | | | | |||||
| * | | | | | Parse parmeter field in event descriptions. | Georg Brandl | 2011-01-07 | 1 | -2/+4 |
| | |_|_|/ |/| | | | |||||
| * | | | | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | #534: warning message instead of crash if invalid Pygments lexer name is used. | Georg Brandl | 2010-10-22 | 1 | -0/+6 |
| |/ / | |||||
| * | | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵ | Georg Brandl | 2010-08-25 | 1 | -2/+5 |
| |/ | | | | extension. | ||||
| * | Activate oldcmarkup by default, but warn when the markup is used. | Georg Brandl | 2010-07-02 | 1 | -1/+3 |
| | | |||||
| * | Revert logic in _directive_helper: everything that is not a function is a ↵ | Georg Brandl | 2010-06-05 | 1 | -7/+7 |
| | | | | | | | class-style directive. Fixes issues with extensions registering directive classes not inheriting from Directive. | ||||
| * | Change domain-index API: introduce a class. | Georg Brandl | 2010-02-28 | 1 | -3/+2 |
| | | |||||
| * | merge with trunk | Georg Brandl | 2010-02-28 | 1 | -36/+144 |
| |\ | |||||
| | * | Add app.override_domain(). | Georg Brandl | 2010-02-27 | 1 | -1/+8 |
| | | | |||||
| | * | Add method for adding custom indexes. | Georg Brandl | 2010-02-21 | 1 | -0/+7 |
| | | | |||||
| | * | Rename arguments and make a few more optional, for convenience. | Georg Brandl | 2010-02-21 | 1 | -5/+6 |
| | | | |||||
| | * | Fix long line. | Georg Brandl | 2010-02-21 | 1 | -1/+2 |
| | | | |||||
| | * | Add manual page writer. | Georg Brandl | 2010-02-21 | 1 | -0/+2 |
| | | | |||||
| | * | Remove global state in all_domains, put it in app.domains. | Georg Brandl | 2010-01-17 | 1 | -12/+13 |
| | | | |||||
| | * | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -2/+22 |
| | |\ | |||||
| | * \ | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -32/+121 |
| | |\ \ | |||||
