Georg Brandl
a77888a42b
Document setup_extension().
2009-03-14 21:34:59 +01:00
Georg Brandl
1d128f57fa
Fix #106 , fix #107 : make _special_attrgetters an attribute of AutoDirective, to avoid confusion how it should be overridden in subclasses.
2009-02-19 22:54:34 +01:00
Georg Brandl
d4f5796f3b
The HTML builder now stores a small file named `.buildinfo
` in
...
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``).
2009-02-19 16:15:36 +01:00
Georg Brandl
8777c34779
Add link to docutils directive docs.
2009-02-18 00:13:12 +01:00
Georg Brandl
30fd6faddd
Document changes to the app API.
2009-02-17 19:33:46 +01:00
Georg Brandl
d1e6119461
merge with trunk
2009-01-26 22:44:38 +01:00
Georg Brandl
bb291e5045
Add add_generic_role().
2009-01-22 20:01:01 +01:00
Georg Brandl
aedbdd953d
Fix more line length and trailing whitespace.
2009-01-10 22:18:18 +01:00
Georg Brandl
50339493c6
Add Sphinx.add_lexer().
2008-11-30 19:58:29 +01:00
Georg Brandl
bd12a8e547
Some more fixes after the great renaming.
2008-11-29 20:04:11 +01:00
Georg Brandl
404625e718
Fix param name and add example.
2008-11-23 17:08:19 +01:00
Georg Brandl
7b62fc8f2d
Add env-purge-doc event. Add some examples for event usage.
2008-11-09 11:56:40 +01:00
Georg Brandl
d7e2a48555
Add "source-read" event.
2008-10-16 19:04:45 +00:00
Georg Brandl
5941814c4a
Add math support to Sphinx.
2008-08-06 13:04:14 +00:00
Georg Brandl
b7b483d01f
`Sphinx.add_node()
` now takes optional visitor methods for the HTML,
...
LaTeX and text translators; this prevents having to manually patch
the classes.
2008-08-05 10:25:40 +00:00
Georg Brandl
97558dcc06
Add "env-updated" and "missing-reference" events.
...
Write inventory file as part of the HTML build.
2008-08-04 09:54:45 +00:00
Georg Brandl
c1bedfc105
Add general docstring processing support with a new event in autodoc.
2008-06-22 21:02:50 +00:00
Georg Brandl
2b0e015fcc
Add html-page-context event for customizing the template context.
2008-05-31 16:14:36 +00:00
Georg Brandl
02b529bf52
Add html_short_title and html_show_sphinx config values.
2008-05-24 18:03:56 +00:00
Georg Brandl
5caa6d01c5
* New LaTeX table handling.
...
* Support parts in LaTeX output.
2008-05-03 18:14:13 +00:00
Georg Brandl
ae8813c788
Add new templating API, remove Jinja external and add it to setup.py dependencies.
2008-04-13 18:16:55 +00:00
Georg Brandl
be080234bb
Support Sphinx.add_transform().
2008-04-13 08:20:11 +00:00
Georg Brandl
5fe73576a5
Support app.add_crossref_type().
2008-03-28 18:45:32 +00:00
Georg Brandl
77441d7549
* Add docs for sphinx.ext.doctest.
...
* Update parse_node functions.
2008-03-21 14:06:04 +00:00
Georg Brandl
39e8da70b9
Fill in some XXXs.
2008-03-18 18:19:21 +00:00
Georg Brandl
ca528099f6
Update documentation, add more content.
2008-03-16 11:19:26 +00:00