Georg Brandl
|
4ec745d0b2
|
Fix syntax.
|
2011-09-21 09:12:14 +02:00 |
|
Georg Brandl
|
6479b74f45
|
Always use longtables for autosummary.
|
2011-09-21 09:09:57 +02:00 |
|
Georg Brandl
|
19adf65faa
|
Skip all websupport tests for now.
|
2011-09-21 09:09:50 +02:00 |
|
Georg Brandl
|
ffa14ec448
|
Fix dupicate autodocumentation leading to test failures.
|
2011-09-19 09:21:48 +02:00 |
|
Georg Brandl
|
7cc2b0e46b
|
Adapt test to removal of <object> tags for SVG images.
|
2011-09-19 09:19:35 +02:00 |
|
Georg Brandl
|
c1deffb30d
|
Merged in benallard/sphinx (pull request #18)
|
2011-09-19 09:12:40 +02:00 |
|
Georg Brandl
|
7fa67682ac
|
Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwards.
|
2011-09-19 09:03:07 +02:00 |
|
Georg Brandl
|
28609cc9b9
|
Only test spanning cells for latex.
|
2011-09-19 09:02:00 +02:00 |
|
Georg Brandl
|
7fc8513980
|
Remove unused imports.
|
2011-09-19 08:36:20 +02:00 |
|
Georg Brandl
|
b07bf400a7
|
Fix #635: add missing "next" method to idgen() on Python 3.
|
2011-09-19 08:31:37 +02:00 |
|
Georg Brandl
|
896b575cdc
|
Code style fixes.
|
2011-09-17 21:05:12 +02:00 |
|
Georg Brandl
|
1d59011ce6
|
Add attribution for 9b4e41bba142.
|
2011-09-17 20:53:44 +02:00 |
|
Georg Brandl
|
a831121272
|
Merged in Brouznouf/sphinx (pull request #20)
|
2011-09-17 20:50:28 +02:00 |
|
Robert Lehmann
|
793042713c
|
Closes #760: Escape project name in man/texinfo configuration.
|
2011-09-16 13:34:17 +02:00 |
|
Robert Lehmann
|
0dd3aa123d
|
Closes #762: Update html2rest source location.
|
2011-09-16 08:25:00 +02:00 |
|
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 |
|