Commit Graph

304 Commits

Author SHA1 Message Date
Georg Brandl
75cccedad1 Fix cross-reference roles when put into substitutions. 2009-04-28 21:13:02 +02:00
Georg Brandl
82af37ea7c Don't put image "alt" text into table-of-contents entries. 2009-04-28 20:46:24 +02:00
Georg Brandl
cb86f75bab In the LaTeX writer, do not raise an exception on too many section
levels, just use the "subparagraph" level for all of them.
2009-04-28 20:31:00 +02:00
Georg Brandl
124864ed27 #145: Fix autodoc problem with automatic members that refuse to be
getattr()'d from their parent.
2009-04-28 20:08:17 +02:00
Georg Brandl
46bc1cbe4b Check for files that are outside the source dir in build_specific(). 2009-04-11 12:49:45 +02:00
Georg Brandl
67827b3806 Add changelog entry for fd52839b069b. 2009-04-01 09:20:02 -05:00
Georg Brandl
cf1435afb5 Fix intersphinx for installations without urllib2.HTTPSHandler. 2009-03-31 14:01:26 -05:00
Georg Brandl
6693413ed7 Update changelog. 2009-03-27 12:07:02 -05:00
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