Georg Brandl
|
762741244d
|
#444: Re-escape result of the "striptags" jinja filter.
|
2010-06-13 19:50:04 +02:00 |
|
Georg Brandl
|
732857577e
|
Post-release updates.
|
2010-06-05 18:48:25 +02:00 |
|
Georg Brandl
|
d27fdb1c71
|
Added tag 0.6.7 for changeset e2723a4a64f0
|
2010-06-05 18:47:19 +02:00 |
|
Georg Brandl
|
08285e6a50
|
Prepare for 0.6.7 release.
v0.6.7
|
2010-06-05 18:42:11 +02:00 |
|
Georg Brandl
|
7eb85e159a
|
Fix long lines.
|
2010-05-26 00:25:41 +02:00 |
|
Armin Ronacher
|
feab1d154e
|
Fixed console.py function term_width_line() issue. #423
|
2010-05-25 16:24:44 +02:00 |
|
Georg Brandl
|
4f0be2bae1
|
Be more precise.
|
2010-05-26 00:08:11 +02:00 |
|
Georg Brandl
|
6ab7cd4ab7
|
#432: Fix UnicodeErrors while building LaTeX in translated locale; do not swallow UnicodeError as a warning.
|
2010-06-05 18:37:16 +02:00 |
|
Georg Brandl
|
2a8b6f44c7
|
#428: Add some missing CSS styles for standard docutils classes.
|
2010-06-05 18:33:04 +02:00 |
|
Georg Brandl
|
8d6aa310fe
|
Explain absolute paths in toctree.
|
2010-06-05 18:31:37 +02:00 |
|
Georg Brandl
|
b50e09e33e
|
Fix a bug that prevented some references being generated in the LaTeX builder.
|
2010-06-05 18:30:43 +02:00 |
|
Georg Brandl
|
8c7e288129
|
#440: Remove usage of a Python >= 2.5 API in the `literalinclude` directive.
CodecInfo is not a namedtuple, so accessing attributes on 2.4 fails.
|
2010-06-05 18:27:43 +02:00 |
|
Georg Brandl
|
af51c2f7bb
|
Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt.
|
2010-06-03 17:21:33 +02:00 |
|
Georg Brandl
|
d1bf155cfe
|
Post release update.
|
2010-05-25 01:13:29 +02:00 |
|
Georg Brandl
|
528af848d5
|
Added tag 0.6.6 for changeset 36de1ff4ba69
|
2010-05-25 01:09:19 +02:00 |
|
Georg Brandl
|
4a796be021
|
Prepare for 0.6.6 release.
v0.6.6
|
2010-05-25 00:53:40 +02:00 |
|
Georg Brandl
|
d94b46ad9f
|
Handle raw nodes in the `text` writer.
|
2010-05-24 15:25:47 +02:00 |
|
Georg Brandl
|
50058db273
|
Escape all strings put into the Qt help XML files.
|
2010-05-23 16:22:15 +02:00 |
|
Georg Brandl
|
c3c6bba214
|
Fix a problem the Qt help project generated by the `qthelp` builder that would lead to no content being displayed in the Qt Assistant.
The "namespace" may not contain any non-alphanumeric or non-dot characters, it seems.
Also make the help collection file a bit more pretty.
|
2010-05-23 16:18:30 +02:00 |
|
Georg Brandl
|
765c71b643
|
Deactivate "Binary TOC" option; it seems to prevent the "Locate" button from working correctly.
|
2010-05-23 14:46:52 +02:00 |
|
Georg Brandl
|
866d838156
|
No need to link to dev docs anymore.
|
2010-05-23 11:16:48 +02:00 |
|
Georg Brandl
|
e83f6a3ecc
|
Fix file name in example.
|
2010-05-23 11:16:24 +02:00 |
|
Georg Brandl
|
5101f33acd
|
Mention :noindex: in warning message.
|
2010-05-23 10:46:31 +02:00 |
|
Georg Brandl
|
8de55d5d97
|
Update translation catalogs.
|
2010-05-22 14:40:04 +02:00 |
|
Georg Brandl
|
27e64927f3
|
#390: updates for slovenian language.
|
2010-05-22 14:39:33 +02:00 |
|
Georg Brandl
|
e9286c5910
|
Resolve some glitches in de and fi .po file.
|
2010-05-22 14:39:19 +02:00 |
|
Georg Brandl
|
c41f516dda
|
#393: Fix the usage of Unicode characters in mathematic formulas when using the `pngmath` extension.
|
2010-05-22 14:33:24 +02:00 |
|
Georg Brandl
|
0d4bc53e9e
|
Remove debugging leftover.
|
2010-05-22 14:18:53 +02:00 |
|
Georg Brandl
|
529d3f5329
|
#404: Make `\and work properly in the author field of the latex_documents` setting.
|
2010-05-22 14:15:39 +02:00 |
|
Georg Brandl
|
87a4417791
|
Fix long line.
|
2010-05-22 13:17:09 +02:00 |
|
Georg Brandl
|
d9a4d1c1db
|
Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either.
|
2010-05-22 12:07:05 +02:00 |
|
Georg Brandl
|
d1027d6057
|
Add json target.
|
2010-05-22 11:40:52 +02:00 |
|
Georg Brandl
|
015c1c13a5
|
#409: Make the `highlight_language` config value work properly in the LaTeX builder.
|
2010-05-22 11:07:15 +02:00 |
|
Georg Brandl
|
be23bc91da
|
#418: Allow relocation of the translation JavaScript files to the system directory on Unix systems.
Patch by Toshio Kuratomi.
|
2010-05-22 10:52:53 +02:00 |
|
Georg Brandl
|
cbf309fa65
|
#414: fix universal newline handling of files included with "literalinclude".
codecs.open() does not support U in the mode argument; use the EncodedFile wrapper instead.
|
2010-05-22 10:49:42 +02:00 |
|
Georg Brandl
|
2477249d42
|
#417: Don't force dependency on the setuptools version mandated by ez_setup.py.
|
2010-05-22 10:32:33 +02:00 |
|
Georg Brandl
|
f5d52fa4f4
|
#377: Fix crash in linkcheck builder if all parent nodes have no line number set.
|
2010-04-18 09:55:38 +02:00 |
|
Georg Brandl
|
2c8e51a17b
|
merge
|
2010-04-17 12:57:15 +02:00 |
|
Georg Brandl
|
b8d55b2c73
|
#379: define hyperref citecolor to match color scheme.
|
2010-04-17 12:54:48 +02:00 |
|
Georg Brandl
|
83b57d738d
|
#387: Fix the display of search results in `dirhtml` output.
|
2010-04-17 12:43:36 +02:00 |
|
Georg Brandl
|
992526def0
|
#376: In autodoc, fix display of parameter defaults containing backslashes.
|
2010-04-07 11:45:36 +02:00 |
|
Georg Brandl
|
3c9619ac4b
|
Add explicit hint about compiling message catalogs.
|
2010-04-06 19:31:35 +02:00 |
|
Georg Brandl
|
d66a6c4512
|
#370: complex arguments in list \item[] need to be enclosed in braces.
|
2010-04-06 19:06:43 +02:00 |
|
Georg Brandl
|
dea29d0f11
|
#374: Make the `doctest_path` config value of the doctest extension actually work -- it was used after all tests were run.
|
2010-04-06 13:22:52 +02:00 |
|
Georg Brandl
|
0ca72d4199
|
Fix the handling of multiple toctrees when creating the global TOC for the `toctree()` template function.
Fix the handling of hidden toctrees when creating the global TOC for the ``toctree()`` template function.
|
2010-04-06 09:12:22 +02:00 |
|
Georg Brandl
|
0f76788c57
|
Fix the handling of nested lists in the text writer.
The list counter needs to be a stack, to be able to handle nested lists.
|
2010-04-06 08:46:27 +02:00 |
|
Georg Brandl
|
1996a9e5e9
|
Add warning facility on unknown Pygments lexer names.
|
2010-04-04 20:27:41 +02:00 |
|
Georg Brandl
|
454c9d3b9e
|
#354: add link to rst2pdf manual.
|
2010-04-04 20:04:44 +02:00 |
|
Georg Brandl
|
aa08703a07
|
Fix file name where example docs are located.
|
2010-04-04 19:04:01 +02:00 |
|
Georg Brandl
|
f12991c93e
|
#362: In autodoc, check for the existence of `__self__` on function objects before accessing it.
|
2010-04-04 18:52:29 +02:00 |
|