Commit Graph
573 Commits
Author SHA1 Message Date
Georg Brandl 3a61b58b3f #470: Fix generated target names for reST domain objects; they are not in the same namespace. 2010-07-27 14:45:17 +02:00
Georg Brandl 2380957682 #266: Add Bengali locale, thanks to Nasimul Haque. 2010-07-27 14:36:47 +02:00
Georg Brandl 954e8d0220 #474: Fix javascript domain parsing of object names. 2010-07-27 14:28:31 +02:00
Georg Brandl 8c0c728d1b Fix building with SingleHTMLBuilder when there is no toctree. 2010-07-27 13:27:00 +02:00
Georg Brandl 0aafe2ac1d Further fix for intersphinx labels, add test cases for that. 2010-07-27 13:20:58 +02:00
Georg Brandl ebb7a54141 Add a custom json serializer implementation that forces translation proxies. Fixes building with the JSON builder. 2010-07-25 14:52:37 +02:00
Georg Brandl 023ce64f48 Fix hyperrefs in object descriptions for LaTeX. 2010-07-24 11:30:37 +01:00
Georg Brandl 94b14dc39b Update for 1.0. 2010-07-23 12:42:03 +01:00
Georg Brandl 2b29038d0c The behavior of :confval:html_file_suffix changed slightly: the empty string now means "no suffix" instead of "default suffix", use `None` for "default suffix". 2010-07-17 19:45:54 +02:00
Georg Brandl 28fc52559c Activate oldcmarkup by default, but warn when the markup is used. 2010-07-02 11:44:01 +02:00
Georg Brandl bd1c19d724 Added Lithuanian translation, thanks to Dalius Dobravolskas. 2010-06-20 12:19:34 +02:00
Georg Brandl 9fca66a690 merge with 0.6 2010-06-13 21:39:44 +02:00
Georg Brandl c88cb38f42 #445: Fix links to result pages when using the search function of HTML built with the `dirhtml` builder. 2010-06-13 21:35:42 +02:00
Georg Brandl 762741244d #444: Re-escape result of the "striptags" jinja filter. 2010-06-13 19:50:04 +02:00
Georg Brandl 7c7d3f4010 Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions. 2010-06-12 18:16:18 +02:00
Georg Brandl 09e6001e7a In the Python domain, references like `:func:.name``` now look for
matching names with any prefix if no direct match is found.
2010-06-12 10:41:56 +02:00
Georg Brandl fc93a56280 merge with 0.6 2010-06-05 18:49:39 +02:00
Georg Brandl 08285e6a50 Prepare for 0.6.7 release. 2010-06-05 18:42:11 +02:00
Georg Brandl 996339593e merge with 0.6 2010-06-05 18:39:48 +02:00
Georg Brandl 0320c3393c Added Danish translation, thanks to Hjorth Larsen. 2010-06-05 15:42:18 +02:00
Georg Brandl 1b9963f4d8 Add referencing markup to CHANGES. 2010-05-30 17:33:37 +02:00
Georg Brandl 295805f625 Add changelog entry. 2010-05-30 15:50:00 +02:00
Georg Brandl 35f0b555a4 The `toctree callable in templates now accepts a titles_only` keyword argument. 2010-05-30 13:16:26 +02:00
Georg Brandl f3c706edae The `include` directive now supports absolute paths, which are interpreted as relative to the source directory. 2010-05-30 12:59:42 +02:00
Georg Brandl 0f7072f028 Allow linking to tables just like figures with :ref:. 2010-05-30 12:11:52 +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 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 89c54a90a8 merge with 0.6 2010-05-25 01:14:37 +02:00
Georg Brandl d1bf155cfe Post release update. 2010-05-25 01:13:29 +02:00
Georg Brandl 4a796be021 Prepare for 0.6.6 release. 2010-05-25 00:53:40 +02:00
Georg Brandl 784e598743 In the default theme, the sidebar can experimentally now be made collapsible using the new `collapsiblesidebar` theme option. 2010-05-24 23:14:35 +02:00
Georg Brandl 7df8430f2e Merge with http://bitbucket.org/chrism/sphinx/, add latex_show_pagrefs/latex_show_urls config values. 2010-05-24 15:59:05 +02:00
Georg Brandl f334ef6efd merge with 0.6 2010-05-24 15:26:40 +02:00
Georg Brandl d94b46ad9f Handle raw nodes in the `text` writer. 2010-05-24 15:25:47 +02:00
Georg Brandl 6bffed3d3a Restructure list of changes for 1.0 into categories. 2010-05-24 13:28:12 +02:00
Georg Brandl 0238e83013 Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/internal distinction code)
In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page.

The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
2010-05-24 12:57:07 +02:00
Georg Brandl 463c2b8844 merge with 0.6 2010-05-23 16:30:04 +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 5b7e794e2b #413: Added a way for intersphinx to refer to named labels in other
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +02:00
Georg Brandl 34d9cc8b7f merge with 0.6 2010-05-22 14:42:53 +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 ecb75bd0d2 merge with 0.6 2010-05-22 14:19:33 +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 c8c703805c merge with 0.6 2010-05-22 12:59:18 +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 ae05fc5570 #416: Added Croatian translation, thanks to Bojan Mihelač. 2010-05-22 10:29:55 +02:00