Commit Graph

880 Commits

Author SHA1 Message Date
Georg Brandl
df6b2001ed Fix test suite for docutils 0.4. 2009-03-16 22:37:38 +01:00
Georg Brandl
9d0a9f3f41 Fix the test suite. 2009-03-16 11:24:19 +01:00
Georg Brandl
5f6c38f47a Handle inline nodes in latex and text writers. 2009-03-16 00:04:40 +01:00
Georg Brandl
9a2bf336f7 Properly escape `|` in LaTeX output. 2009-03-09 14:58:25 +01:00
Georg Brandl
da7f1e408c Relicense to avoid confusion. 2009-03-09 14:25:36 +01:00
Georg Brandl
415d975496 Fix a linking problem in latex. 2009-03-05 09:52:26 +01:00
Georg Brandl
c8afb6b245 Debian bug #517735: check for presence of pages before linking to them. 2009-03-01 19:44:47 +01:00
Georg Brandl
2ca8c15eba Fix PNG depth assignment for depth=0. 2009-02-27 15:05:58 +01:00
Georg Brandl
cadb5af9f1 Note that Python code in code blocks is parsed. 2009-02-23 19:23:08 +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
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
099b4ce0ea Register custom roles as local, saves system_messages which can cause problems e.g. in .. |abc| replace:: :role:foo 2009-02-21 17:25:48 +01:00
Georg Brandl
ed9c121cd1 Depend on Jinja 1.2; 1.1 has a small bug in operator precedence that causes overzealous escaping in our templates. 2009-02-19 16:07:50 +01:00
Georg Brandl
2244e57222 Backport two fixes that should have been made here. 2009-02-18 10:09:17 +01:00
Georg Brandl
071756377a Don't output system messages while resolving, because they would stay in the doctrees even if keep_warnings is false. 2009-02-17 18:57:51 +01:00
Georg Brandl
3984c0f05c #82: Determine the correct path for dependencies noted by
docutils.  This fixes behavior where a source with dependent
files was always reported as changed.
2009-02-17 18:33:48 +01:00
Georg Brandl
33bed1ef6b Recognize toctree directives that are not on section toplevel,
but within block items, such as tables.
2009-02-14 20:19:01 +01:00
Georg Brandl
a42203a241 Handle footnotes in tables in LaTeX. 2009-02-14 19:45:58 +01:00
Georg Brandl
d748c6d35e Add file attribute to appendix nodes. 2009-02-14 11:28:07 +01:00
Georg Brandl
1b283a49c5 Use better error messages for unsupported markup in LaTeX documents. 2009-02-12 12:46:25 +01:00
Georg Brandl
5250c2efa9 Use a new RFC base URL, since rfc.org seems down. 2009-02-12 12:15:26 +01:00
Georg Brandl
b2c89259ef Fix todolist crash when no todo entry is there. 2009-02-12 12:09:00 +01:00
Georg Brandl
361ed69a3a Don't call LaTeX or dvipng over and over again if it was not
found once, and use text-only latex as a substitute in that case.
2009-02-07 20:55:27 +01:00
Georg Brandl
92033eb477 Fix problems with footnotes in the LaTeX output. 2009-02-07 20:20:08 +01:00
Georg Brandl
350b399c71 Fix an unpacking error on error condition. 2009-02-07 19:20:47 +01:00
Georg Brandl
54c5eb4db0 Prevent double hyphens becoming en-dashes in literal code in the LaTeX output. 2009-01-26 23:11:34 +01:00
Georg Brandl
611fcf7112 Open literalinclude files in universal newline mode to allow
arbitrary newline conventions.
2009-01-26 22:41:22 +01:00
Georg Brandl
e65d9de023 make -Q work 2009-01-24 18:27:19 +00:00
Georg Brandl
05cf79da52 A bit of clarification about where Sphinx finds autodoced modules. 2009-01-22 19:22:49 +01:00
Georg Brandl
eefc54baca Fix #86; merged from mq 2009-01-14 19:39:27 +01:00
mq
fccd4fff66 fix custom link titles in toctrees 2009-01-14 14:44:10 +01:00
Georg Brandl
677d096393 On Windows, the target of os.rename() may not exist. 2009-01-13 23:55:24 +01:00
Georg Brandl
0da1788c0e Remove debugging print. 2009-01-11 10:18:40 +01:00
Georg Brandl
24023f8f3b Some more license nits. 2009-01-03 12:15:04 +01:00
Georg Brandl
0b28b3e6f6 Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
2009-01-03 11:57:07 +01:00
Georg Brandl
9b48c13ee8 * #81: Write environment and search index in a manner that is safe
from exceptions that occur during dumping.
2009-01-03 11:13:43 +01:00
Georg Brandl
8af0caea30 Fix #80: use string.ascii_* constants in case locale.setlocale() is
somehow called which then leads to UnicodeErrors.
2009-01-02 14:51:55 +01:00
Georg Brandl
f07d0afef2 Note how to change default role. 2008-12-28 21:29:40 +01:00
Georg Brandl
1050c9bca5 Fix #58: Add extension tutorial and better docs on where to put extensions. 2008-12-21 00:10:47 +01:00
Georg Brandl
5f8e73d334 Add SQLAlchemy. 2008-12-17 22:51:07 +01:00
Georg Brandl
0ef0c50f03 Post-release updates. 2008-12-15 22:07:28 +01:00
Georg Brandl
894e5b2bcd Added tag 0.5.1 for changeset dfe5aae7c8ad 2008-12-15 22:06:20 +01:00
Georg Brandl
3f8d3b634f Prepare for 0.5.1 release. 2008-12-15 21:55:50 +01:00
Georg Brandl
04f02b34d0 Fix #67: Output warnings about failed doctests in the doctest extension
even when running in quiet mode.
2008-12-15 19:59:23 +01:00
Georg Brandl
1d8f1f1520 Remove duplicate warning. 2008-12-15 19:52:59 +01:00
Georg Brandl
1dc46e6583 * #72: In pngmath, make it possible to give a full path to LaTeX and
dvipng on Windows.  For that to work, the ``pngmath_latex`` and
  ``pngmath_dvipng`` options are no longer split into command and
  additional arguments; use ``pngmath_latex_args`` and
  ``pngmath_dvipng_args`` to give additional arguments.
2008-12-15 19:24:34 +01:00
Georg Brandl
9e9766a41a Fix two issues with non-ASCII characters being written to byte streams. 2008-12-15 11:35:27 +01:00
Georg Brandl
7debd67c23 Warn if doctest blocks don't contain code. 2008-12-15 11:29:07 +01:00
Georg Brandl
44b0929669 Fix handling of :param: and :type: with roles. 2008-12-15 11:11:47 +01:00
Georg Brandl
c49d8217e9 Fix #70: clarify meaning of |today|. 2008-12-15 10:26:07 +01:00