Georg Brandl
c5ff9386d6
Fix autodoc.
2013-10-12 21:01:25 +02:00
Georg Brandl
695cebd254
Add sphinx.version_info for better programmatic check of the Sphinx version.
2013-10-12 20:48:03 +02:00
Georg Brandl
53d06fda7b
Closes #793 : Fix docutils version references.
2011-11-01 09:16:37 +01:00
Georg Brandl
ed0bad3889
Doc and changelog entries for 91b4fc984b32.
2011-07-23 10:04:09 +02:00
Georg Brandl
5c39cfb6e9
merge with 1.0
2011-01-07 19:04:53 +01:00
Georg Brandl
98d884da6e
#306 : Added :event:env-get-outdated
event.
2011-01-07 16:41:44 +01:00
Georg Brandl
210add8d2c
Parse parmeter field in event descriptions.
2011-01-07 16:27:47 +01:00
Georg Brandl
7beb8533b5
#273 : Add an API for adding full-text search support for languages other than English. Add support for Japanese.
...
Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/ .
2011-01-04 12:40:19 +01:00
Georg Brandl
92f6212c98
Add add_node() support for texinfo and add handlers for nodes in our extensions.
2010-10-22 11:16:23 +02:00
Georg Brandl
7e5ff71c40
#513 : Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension.
2010-08-25 10:26:15 +00:00
Georg Brandl
580e1c90d3
#481 , #482 : fix `.name
` reference matching.
...
#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.
2010-08-05 13:39:23 +02:00
Georg Brandl
f4f3066581
Use the new rst domain in the sphinx docs.
2010-04-17 10:39:51 +02:00
Georg Brandl
751e02c767
merge with trunk
2010-04-06 09:23:03 +02:00
Georg Brandl
517b045f86
merge with 0.6
2010-04-06 09:21:22 +02:00
Georg Brandl
aa08703a07
Fix file name where example docs are located.
2010-04-04 19:04:01 +02:00
Georg Brandl
04f660d021
Change domain-index API: introduce a class.
2010-02-28 14:45:43 +01:00
Georg Brandl
76eb148770
Add app.override_domain().
2010-02-27 23:13:51 +01:00
Georg Brandl
121b864f31
Add manual page writer.
2010-02-21 11:50:08 +01:00
Georg Brandl
baf0087f3a
merge with trunk
2010-01-17 18:29:16 +01:00
Georg Brandl
5a9a454631
Added `needs_sphinx
config value and
Sphinx.require_sphinx
` application API function.
2010-01-17 18:24:35 +01:00
Georg Brandl
5705adc9d5
Document three new appapi functions.
2010-01-14 22:28:03 +01:00
Georg Brandl
ba13060ebe
Fix docs of emit_firstresult().
2010-01-14 11:18:28 +01:00
Georg Brandl
cbbae81e8f
Add html-collect-pages event.
2010-01-13 23:42:58 +01:00
Georg Brandl
5e17487b74
merge with trunk
2010-01-07 19:19:58 +01:00
Georg Brandl
f73cbe8afa
merge with 0.6
2010-01-03 19:44:21 +01:00
Georg Brandl
443eb4e594
Add "nature" theme, as used by PIP and distribute.
2010-01-03 19:40:07 +01:00
Georg Brandl
a5f1df6946
Mark code blocks as Python.
2010-01-03 19:38:17 +01:00
Georg Brandl
d12ad380f2
Finish renaming description units to object (description)s.
2009-10-27 19:58:40 +01:00
Georg Brandl
812455e32c
#200 : Added `Sphinx.add_stylesheet()
`.
2009-06-16 21:05:20 +02:00
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