Commit Graph

1552 Commits

Author SHA1 Message Date
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. 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
Georg Brandl
e8fe8584e4 #353: Strip leading and trailing whitespace when extracting search words in the search function. 2010-04-04 18:40:06 +02:00
Georg Brandl
02d6640df3 Update version info for next development. 2010-03-01 23:28:25 +01:00
Georg Brandl
616fbc4ca9 Added tag 0.6.5 for changeset f76fb0be8011 2010-03-01 23:18:42 +01:00
Georg Brandl
e9fe355ecd Update version and release date. 2010-03-01 23:12:59 +01:00
Georg Brandl
a83f9e7686 Make it clear that the default for "collapse" is True. 2010-02-28 19:54:25 +01:00
Georg Brandl
030f4c451b In autodoc, fix the omission of some module members explicitly documented using documentation comments. 2010-02-28 15:20:11 +01:00
Georg Brandl
0341cc7c3d Fix references to methods without a module. 2010-02-28 14:54:35 +01:00