Georg Brandl
030f4c451b
In autodoc, fix the omission of some module members explicitly documented using documentation comments.
2010-02-28 15:20:11 +01:00
Georg Brandl
fbc2c113ee
#345 : Fix cropping of sidebar scroll bar with `stickysidebar`
...
option of the default theme.
2010-02-28 09:45:28 +01:00
Georg Brandl
23cec21823
#341 : Always generate UNIX newlines in the quickstart Makefile.
2010-02-27 22:54:31 +01:00
Georg Brandl
ee990c87f5
merge
2010-02-23 21:36:07 +01:00
Georg Brandl
b24e6d55e3
#338 : Fix running with `-C` under Windows.
2010-02-23 21:35:48 +01:00
Georg Brandl
686824997d
In autodoc, allow customizing the signature of an object via autodoc-process-signature where the built-in mechanism fails.
2010-02-21 22:59:53 +01:00
Georg Brandl
b2c79111f8
#331 : Fix output for enumerated lists with start values in LaTeX.
2010-02-19 10:45:04 +01:00
Georg Brandl
4688518d8d
Make the `start-after and end-before options to the literalinclude` directive work correctly if not used together.
2010-01-30 18:49:42 +01:00
Georg Brandl
8fc4896801
#321 : Fix link generation in the LaTeX builder -- target names need to be escaped in references as well as definitions.
2010-01-17 14:17:23 +01:00
Georg Brandl
872062f93b
Prepare for release 0.6.4.
2010-01-12 20:55:59 +00:00
Georg Brandl
43d08313a0
Improve the handling of non-Unicode strings in the configuration:
...
warn about non-ascii bytestrings, and give nicer messages if unicode errors
occur.
2010-01-12 10:45:38 +00:00
Georg Brandl
c8321d3020
#316 : catch "broken pipe" OSErrors when communicating with graphviz; get stdout/stderr anyway. This happens e.g. when dot does not support the selected output format.
2010-01-12 09:55:07 +00:00
Georg Brandl
975e0175cc
Restore compatibility with Pygments >= 1.2.
2010-01-06 15:42:13 +01:00
Georg Brandl
4c47d2d8e2
#295 : Fix escaping of hyperref targets in LaTeX output.
2010-01-06 11:48:25 +01:00
Georg Brandl
9d15d3f654
#302 : Fix links generated by the `:doc:` role for LaTeX output.
...
For that, record the source docname in an xfileref node in node['refdoc'].
The LaTeX builder creates one big toctree out of all documents, therefore
"fromdocname" in resolve_references refers to the wrong file.
2010-01-03 16:03:08 +01:00
Georg Brandl
dcabce9f78
#286 : collect todo nodes after the whole document has been read; this allows placing substitution references in todo items.
2010-01-03 12:36:21 +01:00
Georg Brandl
7b09f95cfa
#294 : do not ignore an explicit `today` config value in a LaTeX build.
2010-01-03 12:20:54 +01:00
Georg Brandl
b9294de041
The `alt` text of inheritance diagrams is now much cleaner:
...
it's not the graphviz code but a description "Inheritance diagram of ...".
2010-01-03 11:47:46 +01:00
Georg Brandl
0b70a32efe
Ignore images in section titles when generating link captions.
...
(Otherwise, the "alt" text leaks into the caption, and docutils automatically
assigns an alt text to images in substitutions.)
2010-01-03 11:42:15 +01:00
Georg Brandl
f4da14806c
#310 : support exception messages in the `testoutput blocks of the doctest` extension.
...
Also add minimal test cases for the doctest extension.
2010-01-02 14:59:27 +01:00
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