Georg Brandl
d83e416ecf
Add new changelog heading for next release
2012-03-10 22:23:52 +01:00
Georg Brandl
88a9a263e1
Bump version post-release.
2012-03-10 21:53:30 +01:00
Georg Brandl
38d41bdfaa
Added tag 1.1.3 for changeset db20c81e10dc
2012-03-10 21:52:55 +01:00
Georg Brandl
9bff8f206c
Fix force_decode() to work on Python 3.
v1.1.3
2012-03-10 21:50:06 +01:00
Georg Brandl
0adcbc43af
Bump version to 1.1.3.
2012-03-10 21:42:25 +01:00
Georg Brandl
4cf1afb064
Fix code style nits.
2012-03-10 21:39:40 +01:00
Georg Brandl
6afd9ce2d6
Add a comment explaining part of visit_image.
2012-03-10 21:29:03 +01:00
Georg Brandl
729565b7a9
Fixes #795 : explain that titles on the same level as the document heading cannot be put into only directives.
2012-03-10 21:21:43 +01:00
Georg Brandl
fae8a17026
Fixes #836 : catch AttributeError when retrieving __dict__ attribute.
2012-03-10 21:11:07 +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
b21f7931fa
Add "in-development" version tag.
2012-03-10 19:14:46 +01:00
Georg Brandl
87c50b6605
Fixes #870 : silence spurious KeyErrors when removing documents.
2012-03-10 19:09:01 +01:00
Jeff Dairiki
01167a8af5
Intersphinx: parse inventories correctly when object names contain embedded spaces.
...
This is an issue, e.g., for (multi-word) glossary terms.
2012-02-26 07:49:07 -08:00
Georg Brandl
c60c8e6f7d
Add some changelog entries.
2012-03-10 18:47:33 +01:00
Georg Brandl
75ec8f27d5
Fixes #875 and #876 : use the right file mode to successfully read config files under 2.x and 3.x.
2012-03-10 18:45:14 +01:00
Georg Brandl
219905a3be
Fixes #874 : do not use __file__ anymore after changing cwd.
2012-03-10 18:29:23 +01:00
Georg Brandl
4ff9c71c91
Closes #810 : fix deprecation warnings with Python 3. What is left over is from nose or docutils.
2012-01-29 12:23:17 +01:00
Georg Brandl
cc8a4a8126
Closes #817 : note that math markup in docstrings needs to take care of backslashes.
2012-01-29 12:06:02 +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
Marcio Mazza
c681ffd212
Make the 'bibliography TOC fix' specific to document class howto/manual (article/report)
2011-12-04 14:43:46 -02:00
Georg Brandl
5abf089569
Add changelog entry.
2012-01-29 10:09:34 +01:00
togakushi
1436989b6b
Changed Conditional Expressions
2011-11-26 00:20:11 +09:00
Georg Brandl
913bfd8e0c
Add changelog entry.
2012-01-29 10:08:27 +01:00
Mathias Monnerville
0c0dda8675
Updated french translations
2012-01-05 21:05:09 +01:00
Georg Brandl
3f2c019ea7
Merged in frasertweedale/sphinx (pull request #37 )
2012-01-29 10:06:49 +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
Robert Lehmann
ff06931381
Closes #846 : Narrow down quick search styling.
2012-01-03 12:43:13 +01:00
Armin Ronacher
6649700221
Fixed another ordering priority bug in the C++ parser.
2012-01-25 13:43:49 +01:00
Armin Ronacher
26f5a9b4d5
Fixed a priority error that caused operator++ and operator-> to not be parsed properly in the C++ domain. This fixes #861
2012-01-25 13:41:11 +01:00
Fraser Tweedale
1d188e778f
apidoc: read options from SPHINX_APIDOC_OPTIONS envvar if set
...
If the SPHINX_APIDOC_OPTIONS environment variable exists, read
OPTIONS from there, otherwise use the existing default options.
This allows some configurability of sphinx-apidoc.
2011-12-21 15:22:46 +10:00
Georg Brandl
1e44ab00e3
Added tag 1.1.2 for changeset 7d389fe78ee9
2011-11-01 21:43:01 +01:00
Georg Brandl
cc1ca3a43a
Closes #809 : Include custom fixers in the source distribution.
v1.1.2
2011-11-01 21:40:52 +01:00
Georg Brandl
b4d802342e
Added tag 1.1.1 for changeset e753d03451a6
2011-11-01 15:38:46 +01:00
Georg Brandl
313a428fa8
Prepare for release 1.1.1.
v1.1.1
2011-11-01 15:24:26 +01:00