| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Doc: move API docs in their own chapter and add more of it. | Georg Brandl | 2014-01-20 | 1 | -505/+0 |
| | | |||||
| * | Fix autodoc. | Georg Brandl | 2013-10-12 | 1 | -0/+2 |
| | | |||||
| * | Add sphinx.version_info for better programmatic check of the Sphinx version. | Georg Brandl | 2013-10-12 | 1 | -0/+16 |
| | | |||||
| * | Closes #793: Fix docutils version references. | Georg Brandl | 2011-11-01 | 1 | -5/+2 |
| | | |||||
| * | Doc and changelog entries for 91b4fc984b32. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -3/+21 |
| |\ | |||||
| | * | #306: Added :event:`env-get-outdated` event. | Georg Brandl | 2011-01-07 | 1 | -0/+9 |
| | | | |||||
| | * | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 1 | -0/+9 |
| | | | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | ||||
| | * | Add add_node() support for texinfo and add handlers for nodes in our extensions. | Georg Brandl | 2010-10-22 | 1 | -3/+3 |
| | | | |||||
| * | | Parse parmeter field in event descriptions. | Georg Brandl | 2011-01-07 | 1 | -1/+2 |
| |/ | |||||
| * | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵ | Georg Brandl | 2010-08-25 | 1 | -1/+2 |
| | | | | | extension. | ||||
| * | #481, #482: fix ``.name`` reference matching. | Georg Brandl | 2010-08-05 | 1 | -1/+3 |
| | | | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too. | ||||
| * | Use the new rst domain in the sphinx docs. | Georg Brandl | 2010-04-17 | 1 | -4/+4 |
| | | |||||
| * | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -23/+87 |
| |\ | |||||
| | * | Change domain-index API: introduce a class. | Georg Brandl | 2010-02-28 | 1 | -6/+27 |
| | | | |||||
| | * | Add app.override_domain(). | Georg Brandl | 2010-02-27 | 1 | -2/+10 |
| | | | |||||
| | * | Add manual page writer. | Georg Brandl | 2010-02-21 | 1 | -5/+5 |
| | | | |||||
| | * | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -0/+8 |
| | |\ | |||||
| | * | | Document three new appapi functions. | Georg Brandl | 2010-01-14 | 1 | -2/+25 |
| | | | | |||||
| | * | | Fix docs of emit_firstresult(). | Georg Brandl | 2010-01-14 | 1 | -2/+1 |
| | | | | |||||
| | * | | Add html-collect-pages event. | Georg Brandl | 2010-01-13 | 1 | -1/+9 |
| | | | | |||||
| | * | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -3/+7 |
| | |\ \ | |||||
| | * | | | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -12/+17 |
| | | | | | |||||
| * | | | | merge with 0.6 | Georg Brandl | 2010-04-06 | 1 | -1/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Fix file name where example docs are located. | Georg Brandl | 2010-04-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` ↵ | Georg Brandl | 2010-01-17 | 1 | -0/+8 |
| | |_|/ |/| | | | | | | | | application API function. | ||||
| * | | | merge with 0.6 | Georg Brandl | 2010-01-03 | 1 | -0/+8 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Add "nature" theme, as used by PIP and distribute. | Georg Brandl | 2010-01-03 | 1 | -2/+6 |
| | |/ | |||||
| | * | #200: Added ``Sphinx.add_stylesheet()``. | Georg Brandl | 2009-06-16 | 1 | -0/+8 |
| | | | |||||
| * | | Mark code blocks as Python. | Georg Brandl | 2010-01-03 | 1 | -3/+7 |
| |/ | |||||
| * | Document setup_extension(). | gbrandl | 2009-03-14 | 1 | -0/+5 |
| | | |||||
| * | Fix #106, fix #107: make _special_attrgetters an attribute of AutoDirective, ↵ | Georg Brandl | 2009-02-19 | 1 | -0/+9 |
| | | | | | to avoid confusion how it should be overridden in subclasses. | ||||
| * | The HTML builder now stores a small file named ``.buildinfo`` in | Georg Brandl | 2009-02-19 | 1 | -4/+13 |
| | | | | | | | its output directory. It stores a hash of config values that can be used to determine if a full rebuild needs to be done (e.g. after changing ``html_theme``). | ||||
| * | Add link to docutils directive docs. | Georg Brandl | 2009-02-18 | 1 | -3/+4 |
| | | |||||
| * | Document changes to the app API. | Georg Brandl | 2009-02-17 | 1 | -6/+30 |
| | | |||||
| * | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -0/+7 |
| |\ | |||||
| | * | Add add_generic_role(). | Georg Brandl | 2009-01-22 | 1 | -0/+7 |
| | | | |||||
| * | | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -8/+8 |
| |/ | |||||
| * | Add Sphinx.add_lexer(). | Georg Brandl | 2008-11-30 | 1 | -0/+7 |
| | | |||||
| * | Some more fixes after the great renaming. | Georg Brandl | 2008-11-29 | 1 | -1/+1 |
| | | |||||
| * | Fix param name and add example. | Georg Brandl | 2008-11-23 | 1 | -1/+11 |
| | | |||||
| * | Add env-purge-doc event. Add some examples for event usage. | Georg Brandl | 2008-11-09 | 1 | -1/+22 |
| | | |||||
| * | Add "source-read" event. | georg.brandl | 2008-10-16 | 1 | -0/+8 |
| | | |||||
| * | Add math support to Sphinx. | georg.brandl | 2008-08-06 | 1 | -0/+19 |
| | | |||||
| * | ``Sphinx.add_node()`` now takes optional visitor methods for the HTML, | georg.brandl | 2008-08-05 | 1 | -1/+22 |
| | | | | | | LaTeX and text translators; this prevents having to manually patch the classes. | ||||
| * | Add "env-updated" and "missing-reference" events. | georg.brandl | 2008-08-04 | 1 | -5/+39 |
| | | | | | Write inventory file as part of the HTML build. | ||||
| * | Add general docstring processing support with a new event in autodoc. | georg.brandl | 2008-06-22 | 1 | -5/+5 |
| | | |||||
| * | Add html-page-context event for customizing the template context. | georg.brandl | 2008-05-31 | 1 | -16/+37 |
| | | |||||
| * | Add html_short_title and html_show_sphinx config values. | georg.brandl | 2008-05-24 | 1 | -1/+6 |
| | | |||||
| * | * New LaTeX table handling. | georg.brandl | 2008-05-03 | 1 | -0/+2 |
| | | | | | * Support parts in LaTeX output. | ||||
