Commit Graph

3749 Commits

Author SHA1 Message Date
Joel Wurtz
654034c976 Add multirow / multicol support for latex 2011-08-31 16:08:49 +00:00
Benoit Allard
6d508e63dd graphviz: Remove unused function get_svg_tag 2011-08-24 17:43:20 +02:00
Benoit Allard
70c5e1474d Render SVG using an img tag, not an object one. Even IE9 understands it now 2011-08-24 00:09:01 +02:00
Georg Brandl
d3479801bc merge with 1.0 2011-04-29 14:01:54 +02:00
Georg Brandl
b57286ca6c #651: sort undocumented classes alphabetically. 2011-04-29 14:01:26 +02:00
Chris Pickel
b863ecbf98 Support varargs in C++ function signatures. 2011-04-19 22:22:33 -04:00
Chris Pickel
7aef73271a Support varargs in C++ function signatures. 2011-04-19 22:22:33 -04:00
Georg Brandl
3c2662580a Cleanup after pull from https://bitbucket.org/timmartin/sphinx 2011-05-15 11:15:20 +02:00
Tim Martin
4fb8139f36 Fixed a bug in test_intl.py: teardown didn't get called if the test was skipped 2011-04-17 00:22:10 +01:00
Tim Martin
9b112e0619 Expanded the docstring of gen_with_app to explain how it differs from with_app 2011-04-13 00:00:45 +01:00
Tim Martin
d8a2e21758 The test runner script now checks for the docutils and jinja libraries, without which all tests fail 2011-04-12 23:54:14 +01:00
Eric Holscher
255433401f Added Read the Docs to the using documentation 2011-03-20 16:48:42 -07:00
Jonathan Waltman
54290ed0e6 Add :confval:texinfo_show_urls. 2011-03-06 00:30:19 -06:00
Jonathan Waltman
20dcad36a3 Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. 2011-03-05 23:59:34 -06:00
Jonathan Waltman
d26bc39ec7 Use the standard Texinfo markup for footnotes. 2011-03-05 18:51:18 -06:00
Jonathan Waltman
c8dab4bd8e Add stubs for missing node handlers in Texinfo and remove unnecessary ones. 2011-03-05 18:10:00 -06:00
Jonathan Waltman
68e85d5665 Refactor Texinfo writer; remove `add_text and rstrip` methods. 2011-03-05 17:44:46 -06:00
Jonathan Waltman
924863a602 Handle targets better in Texinfo to avoid bad xrefs. 2011-03-04 19:10:12 -06:00
Jonathan Waltman
2594805b2f Use builder.warn instead of document.reporter.* in Texinfo. 2011-03-04 15:58:59 -06:00
Jonathan Waltman
2f0697ba8e Add contextual information in Texinfo system messages. 2011-03-04 15:35:14 -06:00
Jonathan Waltman
b83fb0dd87 Add a standard @copying block in Texinfo. 2011-03-03 23:21:44 -06:00
Jonathan Waltman
883a7fd3cd Merge with https://bitbucket.org/birkenfeld/sphinx 2011-03-02 23:54:27 -06:00
Roland Meister
f107cf7787 Fix typo in description for epub_fix_images. 2011-02-28 23:24:48 +01:00
Roland Meister
5cb3823223 Add _static/websupport.js to epub_exclude_files. 2011-02-28 23:20:08 +01:00
Roland Meister
55c7fa44bb Merge with birkenfeld/sphinx. 2011-02-28 23:15:35 +01:00
Roland Meister
9041a3396d Changed new epub option rebuild parameter to 'env'. 2011-02-28 21:20:37 +01:00
Roland Meister
246d07807d Added epub_max_image_width configuration option. 2011-02-28 21:17:52 +01:00
Roland Meister
fe07254b9c Added epub_fix_images configuration option 2011-02-27 22:02:30 +01:00
Jonathan Waltman
23bb290c42 Document :confval:texinfo_domain_indices and update quickstart. 2011-02-23 17:55:39 -06:00
Jonathan Waltman
edec5818cb Wrap long menu entries in Texinfo. 2011-02-22 16:31:52 -06:00
Jonathan Waltman
83087b4cf6 Generate domain indices in Texinfo. 2011-02-08 01:56:15 -06:00
Jonathan Waltman
9c7e1d2dc2 Don't delete characters that can be escaped in Texinfo. 2011-02-08 00:09:21 -06:00
Daniel Neuhäuser
e46a8e9ded Change redirected URLs to the new locations 2011-02-05 21:48:54 +01:00
Kenneth Reitz
03d2bebbf4 Added Tablib to EXAMPLES. 2011-01-30 02:18:43 -05:00
Jonathan Waltman
9f9c753f7e Mention the texinfo builder in the sphinx-build man page 2011-01-28 02:34:53 -06:00
Jonathan Waltman
1960da0921 Improve how long index entries are formatted in texinfo. 2011-01-28 02:25:15 -06:00
Jonathan Waltman
181aa903f7 Include all nodes in the master menu. 2011-01-28 02:14:34 -06:00
Georg Brandl
9a7950b497 Disable raw directive. 2011-01-25 22:58:18 +01:00
eplusx
c9e18c2646 Fix section 2011-01-24 09:09:57 +09:00
Georg Brandl
0807c0960e i18n update. 2011-01-22 15:10:33 +01:00
Georg Brandl
ff7b8b0d8d Update Danish translation. 2011-01-22 14:23:54 +01:00
Georg Brandl
2282072bf6 Group feature changelog by category. 2011-01-16 09:40:05 +01:00
Daniel Neuhäuser
53a0729c22 Fixed example in websupports docs. this closes #608 2011-01-16 03:14:46 +01:00
Daniel Neuhäuser
ed32972cbc http://jinja.pocoo.org/2/ -> http://jinja.pocoo.org/
This closes issue #607
2011-01-16 02:36:34 +01:00
Daniel Neuhäuser
8695baa764 Fix typo. This closes issue #606. 2011-01-16 02:31:40 +01:00
Dag Odenhall
0a73fef1f0 Fix sphinx-apidoc for use as an entry point 2011-01-15 18:01:26 +01:00
Georg Brandl
8c9af4daec merge with 1.0 2011-01-15 17:22:13 +01:00
Georg Brandl
0806a96a49 Post-release bumps. 2011-01-15 17:21:18 +01:00
Georg Brandl
846a61d9dc Added tag 1.0.7 for changeset f7f069b6d1e5 2011-01-15 17:20:08 +01:00
Georg Brandl
8ba7d97fa7 Bump version. 2011-01-15 16:25:43 +01:00