Commit Graph

1440 Commits

Author SHA1 Message Date
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
df7469b5db Add Djagios. 2009-08-04 23:48:36 +02:00
Georg Brandl
640fc0ac49 Section titles are now allowed inside `only` directives. 2009-08-04 23:42:32 +02:00
Georg Brandl
30a1c6b7d9 Add The Wine Cellar Book. 2009-08-04 23:42:02 +02:00
Georg Brandl
8e9682819a Add the hg revision ID to __version__ when running a non-released version. 2009-08-04 23:29:05 +02:00
Georg Brandl
ee9221d52d Remove $Revision$ keyword which is not expanded anymore with Hg. 2009-08-04 23:13:02 +02:00
Georg Brandl
df37a45a72 Add LEPL. 2009-08-04 23:09:05 +02:00
Georg Brandl
39a66f713f Add MirrorBrain. 2009-08-04 23:06:31 +02:00
Georg Brandl
bb58c54318 Add OpenEXR. 2009-08-04 22:44:52 +02:00
Georg Brandl
0516082799 Add link to db2rst. 2009-08-04 22:39:17 +02:00
Georg Brandl
c9d5cd9e6f Add sphinx and docutils versions to saved traceback file. 2009-07-29 15:57:20 +00:00
Georg Brandl
b423f9f280 Fix generation of the index when there are symbols with ASCII value larger than that of the lowercase letters. 2009-07-25 14:58:58 +02:00
Georg Brandl
1f0fcabe32 #201: Make `centered` directive work in LaTeX output. 2009-07-09 20:27:09 +02:00
Georg Brandl
ab4a507605 #202: dont raise a TypeError when dot cant be found. 2009-07-09 20:26:04 +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
536476287e Restore docutils compatibility. 2009-07-09 11:59:52 +02:00
Leandro Lucarella
b809740f66 Fix sphinx.sty \includegraphics command redefinition 2009-07-09 11:57:01 +02:00
Georg Brandl
3e4599a4a1 Add some exception guards for strange objects. 2009-07-02 20:32:15 +02:00
Georg Brandl
f2b4f9a43a Remove parsetree after collecting attributes. 2009-07-02 19:41:25 +02:00
Georg Brandl
728e1904ec Make check happy. 2009-06-17 08:48:19 +02:00
Georg Brandl
ed389f39d6 Update for post-0.6.2. 2009-06-16 23:50:02 +02:00
Georg Brandl
09c38835e5 Added tag 0.6.2 for changeset 4be5ab514177 2009-06-16 23:45:46 +02:00
Georg Brandl
b4921a48c5 Tidy up tags file. 2009-06-16 23:45:41 +02:00
Georg Brandl
e4e41eb31c Update for 0.6.2. 2009-06-16 23:43:15 +02:00
Georg Brandl
d98e9e3376 Restore Python 2.4 compatibility. 2009-06-16 23:38:47 +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
8003801e8d #189: dont use title set by title directive for links, only for HTML title. 2009-06-16 22:02:51 +02:00
Georg Brandl
269345a0f3 Clarify and fix typo. 2009-06-16 21:19:15 +02:00
Georg Brandl
28b1f7eef6 Remove debugging code. 2009-06-16 19:59:16 +02:00
Georg Brandl
0ea18cab63 Use better color and print a newline before printing errors, to always write in an empty line. 2009-06-16 19:54:58 +02:00
Georg Brandl
3e820a6f47 Import can raise SyntaxError as well, e.g. for invalid encodings. 2009-06-16 19:31:44 +02:00
Georg Brandl
4330626713 Update to German translation. 2009-06-16 19:26:59 +02:00
Georg Brandl
2c84f0c0db Use parskip package instead of setting \parskip ourselves. 2009-06-15 18:27:09 +02:00
Georg Brandl
61a55f095b Remove misguided recommendation to use emphasis for variables. 2009-06-15 17:43:32 +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
f45aeb4b05 Improve warning message. 2009-06-15 17:30:48 +02:00
Georg Brandl
0f0dd77ccf Warn about uncopyable image and download files, dont error out. 2009-06-15 17:25:30 +02:00
Georg Brandl
f3860b1af9 Update URL for html2rest. 2009-06-10 08:45:22 +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