Georg Brandl
|
0899e017a9
|
Post-0.6.3 changes.
|
2009-09-04 00:14:18 +02:00 |
|
Georg Brandl
|
aea14370d9
|
Prepare for 0.6.3 release
|
2009-09-04 00:06:12 +02:00 |
|
Georg Brandl
|
eff2bdd515
|
Properly add C module filenames as dependencies in autodoc.
|
2009-09-03 22:00:10 +02:00 |
|
Georg Brandl
|
3cc52246b2
|
#253: Ignore graphviz directives without content instead of
raising an unhandled exception.
|
2009-09-03 18:15:55 +02:00 |
|
Georg Brandl
|
456abdefbe
|
#241: Fix a crash building LaTeX output for documents that contain
a todolist directive.
|
2009-09-03 18:08:57 +02:00 |
|
Georg Brandl
|
3276bb42c8
|
#252: Make it easier to change the build dir in the Makefiles
generated by quickstart.
|
2009-09-03 17:53:47 +02:00 |
|
Georg Brandl
|
304255894f
|
#220: Fix CSS so that displaymath really is centered.
|
2009-08-06 22:57:12 +02:00 |
|
Georg Brandl
|
c32186282f
|
#222: Allow the "Footnotes" header to be translated.
|
2009-08-06 22:48:14 +02:00 |
|
Georg Brandl
|
13ced8d606
|
#225: Don't add whitespace in generated HTML after inline tags.
|
2009-08-06 22:32:14 +02:00 |
|
Georg Brandl
|
ea5b0088fa
|
#227: Make `literalinclude` work when the document's path
name contains non-ASCII characters.
|
2009-08-06 22:29:31 +02:00 |
|
Georg Brandl
|
c914884f57
|
#229: Fix autodoc failures with members that raise errors
on ``getattr()``.
|
2009-08-06 22:06:19 +02:00 |
|
Georg Brandl
|
efa16ae0c7
|
#205: When copying files, don't copy full stat info, only
modification times.
|
2009-08-06 21:22:12 +02:00 |
|
Georg Brandl
|
b242c6b47c
|
#232: Support non-ASCII metadata in Qt help builder.
|
2009-08-06 21:13:23 +02:00 |
|
Georg Brandl
|
3d062aa042
|
Whitespace cleanup.
|
2009-08-04 23:57:52 +02:00 |
|
Georg Brandl
|
1bd5ec7259
|
Properly format bullet lists nested in definition lists for LaTeX.
|
2009-08-04 23:56:06 +02:00 |
|
Georg Brandl
|
640fc0ac49
|
Section titles are now allowed inside `only` directives.
|
2009-08-04 23:42:32 +02:00 |
|
Georg Brandl
|
1f0fcabe32
|
#201: Make `centered` directive work in LaTeX output.
|
2009-07-09 20:27:09 +02:00 |
|
Georg Brandl
|
d70b036090
|
#206: Refuse to overwrite an existing master document in sphinx-quickstart.
|
2009-07-09 12:23:54 +02:00 |
|
Georg Brandl
|
d976bb25f4
|
#208: Use MS-sanctioned locale settings, determined by the
``language`` config option, in the HTML help builder.
|
2009-07-09 12:15:26 +02:00 |
|
Georg Brandl
|
5569f89de2
|
#210: Fix nesting of HTML tags for displayed math from pngmath extension.
|
2009-07-09 12:08:42 +02:00 |
|
Georg Brandl
|
852cdf6a20
|
Add a few changelog items.
|
2009-07-09 12:01:44 +02:00 |
|
Georg Brandl
|
ed389f39d6
|
Update for post-0.6.2.
|
2009-06-16 23:50:02 +02:00 |
|
Georg Brandl
|
e4e41eb31c
|
Update for 0.6.2.
|
2009-06-16 23:43:15 +02:00 |
|
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 |
|