Georg Brandl
b861ee622a
Only move module targets that really come from module directives.
2009-02-20 09:43:00 +01:00
Georg Brandl
6e1d180d57
Fix a reuse problem with CDesc signatures.
2009-02-20 09:35:14 +01:00
Georg Brandl
a43b651804
Make "make check" happy.
2009-02-19 23:31:34 +01:00
Georg Brandl
3f7733f8d3
Fixed another of the isinstance tests that should have been issubclass. This doesn't make me look good...
2009-02-19 23:22:36 +01:00
Armin Ronacher
54583227d2
Enabled default jinja sandbox in sphinx. Makes it safer to share themes.
2009-02-19 23:20:29 +01:00
Georg Brandl
303481bd86
But maybe this time it works!
2009-02-19 23:17:34 +01:00
Georg Brandl
30e56ca544
Fix.
2009-02-19 23:10:48 +01:00
Georg Brandl
bb93cbfd86
Restore docutils 0.4 compatibility.
2009-02-19 23:09:20 +01:00
Georg Brandl
c9f607f826
Add MyHDL.
2009-02-19 23:02:54 +01:00
Georg Brandl
1d128f57fa
Fix #106 , fix #107 : make _special_attrgetters an attribute of AutoDirective, to avoid confusion how it should be overridden in subclasses.
2009-02-19 22:54:34 +01:00
Georg Brandl
bd5eb9f417
Fix a bug in FilenameUniqDict that led to test failures.
2009-02-19 22:36:00 +01:00
Georg Brandl
8bf6fa5a74
Make the HTML xpath tests generator tests.
2009-02-19 22:12:47 +01:00
Georg Brandl
4c81b055c8
Added an `only
` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00
Georg Brandl
8e4ef0d585
merge with 0.5
2009-02-19 16:15:59 +01:00
Georg Brandl
d4f5796f3b
The HTML builder now stores a small file named `.buildinfo
` in
...
its output directory. It stores a hash of config values that
can be used to determine if a full rebuild needs to be done (e.g.
after changing ``html_theme``).
2009-02-19 16:15:36 +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
2dff2e3bfa
Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier).
2009-02-19 00:07:47 +01:00
Georg Brandl
1a8169e489
Add docstrings to autodoc.
2009-02-18 23:49:51 +01:00
Georg Brandl
a06813c4ae
Test add_description_unit in test suite.
2009-02-18 22:12:03 +01:00
Georg Brandl
54b0890095
Fix #105 : one shouldn't use the i18n function as a placeholder...
2009-02-18 21:49:37 +01:00
Georg Brandl
3724f9020a
Convert directives in builtin extensions to class API.
2009-02-18 21:48:00 +01:00
Georg Brandl
6bfed75113
Add more stuff to the autodoc test document, and fix two bugs.
2009-02-18 21:14:14 +01:00
Armin Ronacher
9ba4add4df
Fixed a bug in autodoc that caused a type error if automodule was used without members.
2009-02-18 21:05:35 +01:00
Georg Brandl
044d42953d
Convert builtin directives to classes. Refactor desc_directive so that it is easier to subclass.
2009-02-18 19:55:57 +01:00
Georg Brandl
8bd4e8e398
Make SVG preferred again.
2009-02-18 16:11:05 +01:00
Georg Brandl
0a703edf40
merge with 0.5
2009-02-18 10:10:06 +01:00
Georg Brandl
2244e57222
Backport two fixes that should have been made here.
2009-02-18 10:09:17 +01:00
Georg Brandl
342ef89bda
Fix the fix for #82 .
2009-02-18 01:13:57 +01:00
Georg Brandl
298ea6ea5b
SVG images are now supported in HTML (via `<object>
and
<embed>
` tags).
2009-02-18 00:52:12 +01:00
Georg Brandl
487fdb2b96
Add changelog entry for r1123.
2009-02-18 00:35:33 +01:00
Georg Brandl
ed3cda0ee1
Remove apparent debugging leftover.
2009-02-18 00:33:42 +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