| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 than... | Georg Brandl | 2011-01-04 | 1 | -0/+5 |
| | * | 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 ex... | Georg Brandl | 2010-08-25 | 1 | -2/+5 |
| |/ | |||||
| * | 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 cla... | Georg Brandl | 2010-06-05 | 1 | -7/+7 |
| * | 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 |
| | |\ \ | |||||
| | | * \ | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -0/+1 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | Document three new appapi functions. | Georg Brandl | 2010-01-14 | 1 | -3/+0 |
| | | * | | Fix docs of emit_firstresult(). | Georg Brandl | 2010-01-14 | 1 | -3/+3 |
| | | * | | Add html-collect-pages event. | Georg Brandl | 2010-01-13 | 1 | -0/+1 |
| | | * | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * \ \ | merge with trunk | Georg Brandl | 2009-12-28 | 1 | -29/+119 |
| | | |\ \ \ | |||||
| | | | * | | | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -2/+0 |
| | | | * | | | Automatically convert directive functions, and add a test for that. | Georg Brandl | 2009-10-27 | 1 | -3/+4 |
| | | | * | | | Remove docutils 0.4 support. | Georg Brandl | 2009-10-27 | 1 | -5/+6 |
| | | | * | | | app: allow giving the localized object name when adding new object types. | Georg Brandl | 2009-09-08 | 1 | -4/+6 |
| | | | * | | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -15/+24 |
| | | | * | | | merge with trunk | Georg Brandl | 2009-09-04 | 1 | -15/+94 |
| | | | |\ \ \ | | |/ / / / | |||||
| | | | * | | | merge with 0.6 | Georg Brandl | 2009-08-05 | 1 | -15/+99 |
| | | | |\ \ \ | |||||
| | | | | * | | | Add API to add components to a domain. | Georg Brandl | 2009-07-28 | 1 | -3/+20 |
| | | | | * | | | With a few disabled features (see XXX), the test suite runs again. | Georg Brandl | 2009-07-13 | 1 | -0/+1 |
| | | | | * | | | First step of domain handling in environment. | Georg Brandl | 2009-07-13 | 1 | -8/+8 |
| | | | | * | | | Move the initialization of env and i18n into the app. | Georg Brandl | 2009-07-13 | 1 | -6/+56 |
| | | | | * | | | Fix usage of XRefRole with domain parameter. | Georg Brandl | 2009-07-13 | 1 | -2/+2 |
| | | | | * | | | Make domains instances, which have factory methods for their roles and direct... | Georg Brandl | 2009-07-13 | 1 | -3/+8 |
| | | | | * | | | Move domain-specific code around a bit; builtin domains are now completely in... | Georg Brandl | 2009-07-05 | 1 | -3/+5 |
| | | | | * | | | Refactored role registrations. | mitsuhiko | 2009-06-30 | 1 | -7/+5 |
| | | | | * | | | Introduce "domains". | Georg Brandl | 2009-06-29 | 1 | -0/+6 |
| * | | | | | | | merge with 0.6 | Georg Brandl | 2010-02-28 | 1 | -2/+27 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
