Commit Graph

583 Commits

Author SHA1 Message Date
Georg Brandl
2d0c9a0e71 Move item to the correct section. 2010-07-28 19:43:30 +02:00
Daniel Neuhäuser
5248e8d315 Added Python 3.x support to the changelog again under a different section (1.1) 2010-07-24 13:04:30 +02:00
Georg Brandl
df05d25c35 merge with 1.0 2010-07-27 19:53:05 +02:00
Georg Brandl
3d6dd4d1e7 Post-release updates. 2010-07-27 19:52:25 +02:00
Georg Brandl
aa400977b7 merge with 1.0 2010-07-27 19:50:23 +02:00
Georg Brandl
6262c275a7 Prepare 1.0.1 release. 2010-07-27 19:40:19 +02:00
Georg Brandl
b412210845 merge with 1.0 2010-07-27 16:09:54 +02:00
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
67383c6c9b merge with 1.0 2010-07-27 13:39:00 +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
19c6c37197 merge with 1.0 2010-07-25 14:53:28 +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
c705e3ae1f Trunk is now 1.1pre. 2010-07-24 11:35:29 +01: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