Commit Graph

1183 Commits

Author SHA1 Message Date
Georg Brandl
fb511a015a Paths to literal include files and download files can now be absolute too. 2009-02-24 13:38:15 +01:00
Georg Brandl
29247f0896 Import style nit. 2009-02-24 13:34:39 +01:00
Georg Brandl
965a8c1d20 Allow multiple calls to setup_extension(). 2009-02-24 13:34:21 +01:00
Georg Brandl
9df0b1ce74 Add coverage output file. 2009-02-23 19:24:22 +01:00
Georg Brandl
2f13231fbd merge with 0.5 2009-02-23 19:24:02 +01:00
Georg Brandl
cadb5af9f1 Note that Python code in code blocks is parsed. 2009-02-23 19:23:08 +01:00
Georg Brandl
9618b0c78a Add makefile target for easy test coverage checking. 2009-02-22 19:00:36 +01:00
Georg Brandl
5f0a7375c8 Bump ENV_VERSION after section numbering change. 2009-02-22 16:30:40 +01:00
Georg Brandl
7792e27030 #10: implement HTML section numbering. 2009-02-22 15:22:23 +01:00
Georg Brandl
69aab57297 Small cosmetic fix. 2009-02-22 14:46:47 +01:00
Georg Brandl
ebb1d85051 Style nits. 2009-02-21 23:05:07 +01:00
Georg Brandl
0c70b1caa0 Remove removed method. 2009-02-21 22:01:27 +01:00
Georg Brandl
edaf639c2c #96: The LaTeX builder now supports figures wrapped by text, when using the `figwidth` option and right/left alignment. 2009-02-21 20:28:20 +01:00
Georg Brandl
18c3748c98 merge with 0.5 2009-02-21 19:59:33 +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
49cecc8f58 merge with 0.5 2009-02-21 19:08:42 +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
faeb257e5a merge with 0.5 2009-02-21 17:36:38 +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
bc9a351853 Fix the serializing and changes builders, and really test them. 2009-02-21 17:17:21 +01:00
Georg Brandl
2ba9ec3456 More generator tests. 2009-02-21 17:16:56 +01:00
Georg Brandl
7073a5bd2c The new `latex_additional_files` config value can be used to
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
d3a7f004f0 Oops. 2009-02-20 11:09:54 +01:00
Georg Brandl
a07e7ad534 #62: There is now a `-w` option for sphinx-build that writes
warnings to a file, in addition to stderr.
2009-02-20 11:01:46 +01:00
Georg Brandl
98311e1779 Forgot ifconfig. 2009-02-20 10:45:24 +01:00
Georg Brandl
5b1415d16a Fix #103: add all (usable) builtin extensions to quickstart. 2009-02-20 10:43:56 +01:00
Georg Brandl
db8f428414 Fix wrong attribute name. 2009-02-20 10:42:50 +01:00
Georg Brandl
8f820c97ae Add a few more docstrings, and remove the last XXX comments in the desc directives. 2009-02-20 10:22:56 +01:00
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