Georg Brandl
06ef375ccb
#130 : Fix obscure IndexError in doctest extension.
2009-06-16 23:13:01 +02:00
Georg Brandl
5e927d724d
#167 : Make glossary sorting case-independent.
2009-06-16 22:08:54 +02:00
Georg Brandl
5e439cbbb5
#196 : Add a warning if an extension module doesn't have a `setup()` function.
2009-06-15 17:31:29 +02:00
Georg Brandl
be49adef8c
#158 : Allow '..' in template names, and absolute template paths;
...
Jinja 2 by default disables both.
2009-06-04 18:39:47 +02:00
Georg Brandl
137db91d77
When highlighting Python code, ignore extra indentation before
...
trying to parse it as Python.
2009-06-04 18:21:26 +02:00
Georg Brandl
501adbdb6f
#191 : Don't escape the tilde in URIs in LaTeX.
2009-06-04 18:11:17 +02:00
Georg Brandl
cfd0d8c42d
Don't consider contents of source comments for the search index.
2009-05-31 19:47:42 +02:00
Georg Brandl
92eef1b2e5
Set the default encoding to `utf-8-sig` to handle files with a
...
UTF-8 BOM correctly.
2009-05-31 18:58:28 +02:00
Georg Brandl
224104724a
#178 : apply `add_function_parentheses` config value to C functions as promised.
2009-05-22 18:53:58 +02:00
Georg Brandl
b4365ad72b
#173 : Respect the docutils `title` directive.
2009-05-17 19:15:28 +02:00
Georg Brandl
61146192c7
#172 : The `obj` role now links to modules as promised.
2009-05-17 12:58:48 +02:00
Georg Brandl
f335757a41
Add changelog entry for longtable change.
2009-05-17 12:45:41 +02:00
Georg Brandl
c0e848f0db
Look for translations in the system default path as well, for distributions that install the catalogs there.
2009-05-17 12:34:45 +02:00
Georg Brandl
3fc8f0c33c
Support searching for Class.methodname.
2009-05-17 12:12:24 +02:00
Georg Brandl
b1dbe95255
#155 : Fix Python 2.4 compatibility: exceptions are old-style classes there.
2009-05-10 21:14:14 +02:00
Georg Brandl
e02e828cbe
#150 : Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.
2009-05-10 20:56:50 +02:00
Georg Brandl
ba45703b5a
#146 : Don't fail to generate LaTeX when the user has an active
...
``.docutils`` configuration.
2009-05-03 10:32:32 +02:00
Georg Brandl
770f716fc0
#29 : Don't generate visible "-{-}" in option lists in LaTeX.
2009-04-28 21:28:29 +02:00
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