Commit Graph

356 Commits

Author SHA1 Message Date
Georg Brandl
f7b0d4c9c3 #293: line blocks are styled properly in HTML output. 2010-01-02 00:47:57 +01:00
Georg Brandl
297b2c7663 #285: make the `locale_dirs` config value work again. 2010-01-02 00:39:55 +01:00
Georg Brandl
096725922a #303: `html_context values given on the command line via -A`
should not override other values given in conf.py.
2009-12-31 09:47:56 +01:00
Georg Brandl
4c19161b5a Fix a bug preventing incremental rebuilds for the `dirhtml` builder -- the
target file name wasn't determined portably between HTML builders.
2009-12-29 22:31:28 +01:00
Georg Brandl
88e54f951b #299: Fix the mangling of quotes in "include:: :literal:" blocks. 2009-12-24 13:19:07 +01:00
Georg Brandl
64c534b03b #292: Fix path to the search index for the `dirhtml` builder. 2009-12-24 13:06:34 +01:00
Georg Brandl
571ebbf42b Add news entry on Jython compatibility. 2009-11-10 22:43:59 +00:00
Georg Brandl
b9253e348b #238: In autodoc, catch all errors that occur on module import,
not just ``ImportError``.
2009-11-08 22:37:29 +01:00
Georg Brandl
dd500ce6fb Catch OSError in copyfile(); os.utime() raises that. 2009-11-08 16:21:02 +01:00
Georg Brandl
23a75e5e62 Expand news item. 2009-10-26 09:32:33 +01:00
Georg Brandl
f04ca65690 Fix "fixed" descriptor handling, and add tests. 2009-10-25 11:26:10 +01:00
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