Georg Brandl
8b7bbca048
Update for 0.6.2dev.
2009-03-26 15:00:29 -04:00
Georg Brandl
23e77c67a8
Fix #132...
2009-03-26 14:55:17 -04:00
Georg Brandl
f7f786752e
Update for 0.6.1dev.
2009-03-24 22:02:31 +01:00
Georg Brandl
96689eec28
Update info for 0.6 final.
2009-03-24 21:45:17 +01:00
Georg Brandl
5469dfe4e6
Add Russian translation, by Alexander Smishlajev.
2009-03-24 09:00:45 +00:00
Georg Brandl
19586782da
merge with 0.5
2009-03-24 08:24:39 +00:00
Georg Brandl
ecf20b3f7b
Update for 0.5.2 final.
2009-03-24 08:17:24 +00:00
Georg Brandl
e517911ac3
Autodoc can now exclude single members from documentation
...
via the ``exclude-members`` option.
2009-03-15 23:52:48 +01:00
Georg Brandl
4de4dcccd4
#123 : The `glossary directive now supports a :sorted:`
...
flag that sorts glossary entries alphabetically.
2009-03-15 23:34:19 +01:00
Georg Brandl
33a30a21db
Note `autosummary` extension.
2009-03-15 23:29:10 +01:00
Georg Brandl
0f3e0ec335
merge with 0.5
2009-03-09 14:59:04 +01:00
Georg Brandl
9a2bf336f7
Properly escape `|` in LaTeX output.
2009-03-09 14:58:25 +01:00
Georg Brandl
51265dfe3f
#114 : Added an `abbr` role to markup abbreviations and acronyms.
2009-03-05 09:48:55 +01:00
Georg Brandl
c5d0ba9913
New `inheritance_diagram` extension to embed... inheritance diagrams!
2009-03-05 00:14:29 +01:00
Georg Brandl
75637a5d6a
New `graphviz` extension to embed graphviz graphs.
2009-03-04 23:52:56 +01:00
Georg Brandl
d2d3606158
Autodoc can now order members either alphabetically (like previously) or by member type;
...
configurable either with the config value ``autodoc_member_order`` or a ``member-order`` option per directive.
Also fix a bug that documented module-level functions as attributes.
2009-02-27 15:48:41 +01:00
Georg Brandl
fb511a015a
Paths to literal include files and download files can now be absolute too.
2009-02-24 13:38:15 +01:00
Georg Brandl
7792e27030
#10 : implement HTML section numbering.
2009-02-22 15:22:23 +01:00
Georg Brandl
edaf639c2c
#96 : The LaTeX builder now supports figures wrapped by text, when using the `figwidth` option and right/left alignment.
2009-02-21 20:28:20 +01:00
Georg Brandl
18c3748c98
merge with 0.5
2009-02-21 19:59:33 +01:00
Georg Brandl
2d0345a7d9
#71 : If a decoding error occurs in source files, print a warning and replace the characters by "?".
2009-02-21 19:58:52 +01:00
Georg Brandl
49cecc8f58
merge with 0.5
2009-02-21 19:08:42 +01:00
Georg Brandl
050560217c
Fix a problem in the HTML search if the index takes too long
...
to load.
2009-02-21 19:08:22 +01:00
Georg Brandl
7073a5bd2c
The new `latex_additional_files` config value can be used to
...
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
a07e7ad534
#62 : There is now a `-w` option for sphinx-build that writes
...
warnings to a file, in addition to stderr.
2009-02-20 11:01:46 +01:00
Georg Brandl
4c81b055c8
Added an `only` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56: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
2dff2e3bfa
Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier).
2009-02-19 00:07:47 +01:00
Georg Brandl
298ea6ea5b
SVG images are now supported in HTML (via `<object> and <embed>` tags).
2009-02-18 00:52:12 +01:00
Georg Brandl
487fdb2b96
Add changelog entry for r1123.
2009-02-18 00:35:33 +01:00
Georg Brandl
071756377a
Don't output system messages while resolving, because they would stay in the doctrees even if keep_warnings is false.
2009-02-17 18:57:51 +01:00
Georg Brandl
3984c0f05c
#82 : Determine the correct path for dependencies noted by
...
docutils. This fixes behavior where a source with dependent
files was always reported as changed.
2009-02-17 18:33:48 +01:00
Georg Brandl
33bed1ef6b
Recognize toctree directives that are not on section toplevel,
...
but within block items, such as tables.
2009-02-14 20:19:01 +01:00
Georg Brandl
5250c2efa9
Use a new RFC base URL, since rfc.org seems down.
2009-02-12 12:15:26 +01:00
Georg Brandl
361ed69a3a
Don't call LaTeX or dvipng over and over again if it was not
...
found once, and use text-only latex as a substitute in that case.
2009-02-07 20:55:27 +01:00
Georg Brandl
92033eb477
Fix problems with footnotes in the LaTeX output.
2009-02-07 20:20:08 +01:00
Georg Brandl
54c5eb4db0
Prevent double hyphens becoming en-dashes in literal code in the LaTeX output.
2009-01-26 23:11:34 +01:00
Georg Brandl
611fcf7112
Open literalinclude files in universal newline mode to allow
...
arbitrary newline conventions.
2009-01-26 22:41:22 +01:00
Georg Brandl
e65d9de023
make -Q work
2009-01-24 18:27:19 +00:00
Georg Brandl
eefc54baca
Fix #86 ; merged from mq
2009-01-14 19:39:27 +01:00
Georg Brandl
9b48c13ee8
* #81 : Write environment and search index in a manner that is safe
...
from exceptions that occur during dumping.
2009-01-03 11:13:43 +01:00
Georg Brandl
0ef0c50f03
Post-release updates.
2008-12-15 22:07:28 +01:00
Georg Brandl
3f8d3b634f
Prepare for 0.5.1 release.
2008-12-15 21:55:50 +01:00
Georg Brandl
04f02b34d0
Fix #67 : Output warnings about failed doctests in the doctest extension
...
even when running in quiet mode.
2008-12-15 19:59:23 +01:00
Georg Brandl
1dc46e6583
* #72 : In pngmath, make it possible to give a full path to LaTeX and
...
dvipng on Windows. For that to work, the ``pngmath_latex`` and
``pngmath_dvipng`` options are no longer split into command and
additional arguments; use ``pngmath_latex_args`` and
``pngmath_dvipng_args`` to give additional arguments.
2008-12-15 19:24:34 +01:00
Georg Brandl
9e9766a41a
Fix two issues with non-ASCII characters being written to byte streams.
2008-12-15 11:35:27 +01:00
Georg Brandl
7debd67c23
Warn if doctest blocks don't contain code.
2008-12-15 11:29:07 +01:00
Georg Brandl
44b0929669
Fix handling of :param: and :type: with roles.
2008-12-15 11:11:47 +01:00
Georg Brandl
b7a2491e21
#65 : Store depth information in PNG images themselves.
2008-12-10 00:43:11 +01:00
Georg Brandl
0d88e4b020
Fix automethod outside class context.
2008-12-09 23:37:39 +01:00