Commit Graph

922 Commits

Author SHA1 Message Date
Georg Brandl
e7ba8c364d Changelog entry for PR#25 2012-10-28 18:35:01 +01:00
Georg Brandl
cc98245c42 Some more changelog entries. 2012-10-28 18:33:09 +01:00
Georg Brandl
10a65f62ef Linkcode changelog entry. 2012-10-28 18:22:53 +01:00
Georg Brandl
883887b57b Changelog and style fixes for PR#75. 2012-10-28 17:57:40 +01:00
Georg Brandl
d83e416ecf Add new changelog heading for next release 2012-03-10 22:23:52 +01:00
Georg Brandl
0adcbc43af Bump version to 1.1.3. 2012-03-10 21:42:25 +01:00
Georg Brandl
7ecc658c71 Fixes #816: Fix encoding issues in the Qt help builder. 2012-03-10 21:02:08 +01:00
Georg Brandl
95f0155227 Fixes #873: do not raise assertion errors on empty "only" directives. 2012-03-10 19:36:22 +01:00
Georg Brandl
17591ffe93 Fixes #892: Fix single-HTML builder misbehaving with the master document in a subdirectory. 2012-03-10 19:24:03 +01:00
Georg Brandl
87c50b6605 Fixes #870: silence spurious KeyErrors when removing documents. 2012-03-10 19:09:01 +01:00
Georg Brandl
c60c8e6f7d Add some changelog entries. 2012-03-10 18:47:33 +01:00
Georg Brandl
a710c68ccf Another issue fixed. 2012-01-29 12:03:30 +01:00
Georg Brandl
1bef661b48 Closes #831: Provide `--project` flag in setup_command as advertised. 2012-01-29 12:02:30 +01:00
Georg Brandl
0c316f22eb Closes #844: Fix crashes when dealing with Unicode output in doctest extension. 2012-01-29 11:58:23 +01:00
Georg Brandl
03152f8b60 Closes #834: Fix HTML help language/encoding mapping for all Sphinx supported languages. 2012-01-29 11:47:22 +01:00
Georg Brandl
8f9b88f27f Closes #832: Fix crashes when putting comments or lone terms in a glossary. 2012-01-29 11:36:12 +01:00
Georg Brandl
f150be8d25 Closes #854: Fix inheritance_diagram raising attribute errors on builtins. 2012-01-29 11:28:09 +01:00
Georg Brandl
af51c6c633 Closes #852: Fix HtmlHelp index entry links again. 2012-01-29 11:24:25 +01:00
Georg Brandl
b15eb0c086 Closes #853: Restore compatibility with docutils trunk. 2012-01-29 11:20:12 +01:00
Georg Brandl
d16875f3e2 Closes #851: Recognize and warn about circular toctrees, instead of running into recursion errors. 2012-01-29 11:13:49 +01:00
Georg Brandl
b1c5572d8e Closes #862: Fix handling of `-D and -A` options on Python 3. 2012-01-29 10:46:39 +01:00
Georg Brandl
a6512317bf Closes #864: Fix crash with some settings of :confval:modindex_common_prefix. 2012-01-29 10:43:31 +01:00
Georg Brandl
5b63fbfd44 Closes #860: Do not crash when encountering invalid doctest examples, just emit a warning. 2012-01-29 10:29:44 +01:00
Georg Brandl
5727c053c2 Closes #859: Fix exception under certain circumstances when not finding appropriate objects to link to. 2012-01-29 10:25:34 +01:00
Georg Brandl
fa100632c3 Closes #695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets.
Thanks to Jonas Haag for the patch.
2012-01-29 10:21:01 +01:00
Georg Brandl
77ba999505 Add changelog entry. 2012-01-29 10:12:07 +01:00
Georg Brandl
5abf089569 Add changelog entry. 2012-01-29 10:09:34 +01:00
Georg Brandl
913bfd8e0c Add changelog entry. 2012-01-29 10:08:27 +01:00
Georg Brandl
00ed3ae8a9 PR#40: Fix `safe_repr` function to decode bytestrings with non-ASCII characters correctly. 2012-01-29 10:00:28 +01:00
Georg Brandl
df2491eb47 Changelog entry for d7ac5e46307d 2012-05-08 12:48:25 +02:00
Georg Brandl
b6452fe081 Add changelog entry for PR#54. 2012-03-31 07:41:39 +02:00
Georg Brandl
0c01c6e9a7 merge with stable 2012-03-10 22:24:59 +01:00
Georg Brandl
c5513e960c merge with stable 2012-03-10 21:38:29 +01:00
Georg Brandl
faeb371c1a merge with stable 2012-03-10 18:57:44 +01:00
Georg Brandl
1e9fce0975 Fixes #893: Update jquery to 1.7.1 and underscore.js to 1.3.1. 2012-03-10 18:20:36 +01:00
Georg Brandl
166c7e8d27 Style fixes. 2012-03-10 18:13:55 +01:00
Georg Brandl
64593b946e merge with stable 2012-02-19 11:54:53 +01:00
Georg Brandl
c85a5d0813 merge stable into default 2012-01-29 10:12:47 +01:00
Georg Brandl
4a8eef8479 Add Slovak translation to docs. 2012-01-29 10:04:29 +01:00
Georg Brandl
5ad2895e73 Add Hungarian translation to docs. 2012-01-29 10:03:09 +01:00
Georg Brandl
dcd3408b8a Merge with stable. 2011-11-01 21:46:01 +01:00
Georg Brandl
cc1ca3a43a Closes #809: Include custom fixers in the source distribution. 2011-11-01 21:40:52 +01:00
Georg Brandl
a50cfec8c4 Merge stable into default. 2011-11-01 15:41:58 +01:00
Georg Brandl
313a428fa8 Prepare for release 1.1.1. 2011-11-01 15:24:26 +01:00
Georg Brandl
21cfc46dc3 Fix DevHelp index entries too. 2011-11-01 09:26:05 +01:00
Georg Brandl
8fdeaec018 Closes #791: Fix QtHelp and HtmlHelp index entry links. 2011-11-01 09:24:34 +01:00
Georg Brandl
fd56b7c44a Closes #792: Include "sphinx-apidoc" in the source distribution. 2011-11-01 09:14:23 +01:00
Georg Brandl
90b7372b80 Closes #797: Don't crash on a misformatted glossary. 2011-11-01 09:09:50 +01:00
Georg Brandl
5d19b860e2 Closes #801: Make intersphinx work properly without SSL support. 2011-11-01 09:01:48 +01:00
Georg Brandl
ddb7fab16d Closes #805: Make the `Sphinx.add_index_to_domain` method work correctly. 2011-11-01 08:59:53 +01:00