Georg Brandl
|
f925de6aa0
|
#586: Implemented improved glossary markup which allows multiple terms per definition.
|
2011-01-06 20:34:41 +01:00 |
|
Georg Brandl
|
e9e4a372d7
|
#259: HTML table rows now have even/odd CSS classes to enable "Zebra styling".
|
2011-01-06 19:00:50 +01:00 |
|
Georg Brandl
|
81e06d1f51
|
merge with 1.0
|
2011-01-06 18:29:55 +01:00 |
|
Georg Brandl
|
92a5db16d5
|
#516: Added new value of the :confval:latex_show_urls option to show the URLs in footnotes.
|
2011-01-06 18:29:37 +01:00 |
|
Georg Brandl
|
0908c23ef0
|
Fix regressions introduced with #556 fix: explicitly add line break in the
index visitor if the index node is a block one.
|
2011-01-06 18:28:42 +01:00 |
|
Georg Brandl
|
1675a454ce
|
Added the :mod:sphinx.ext.mathjax extension, based on
https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn.
|
2011-01-06 13:21:36 +01:00 |
|
Georg Brandl
|
0d1a8e5720
|
merge with 1.0
|
2011-01-06 13:07:07 +01:00 |
|
Georg Brandl
|
8621526045
|
#568: Fix lookup of class attribute documentation on descriptors so that comment documentation now works.
Needed to port assignment of ``self.parent`` from trunk.
|
2011-01-06 13:03:17 +01:00 |
|
Georg Brandl
|
400e1a7fa8
|
Fix traceback with `only` directives preceded by targets.
|
2011-01-06 12:50:14 +01:00 |
|
Georg Brandl
|
81ecbc19b0
|
Fix tracebacks occurring for duplicate C++ domain objects.
|
2011-01-06 12:28:55 +01:00 |
|
Georg Brandl
|
154f9bf8ea
|
merge with 1.0
|
2011-01-04 23:53:17 +01:00 |
|
Georg Brandl
|
86658c8b8d
|
Prepare for 1.0.7.
|
2011-01-04 23:52:30 +01:00 |
|
Georg Brandl
|
4db4fdc0c3
|
Version and release date update.
|
2011-01-04 23:43:29 +01:00 |
|
Georg Brandl
|
e8b0511fdc
|
merge with 1.0
|
2011-01-04 23:40:57 +01:00 |
|
Georg Brandl
|
7e3151dd73
|
#581: Fix traceback in Python domain for empty cross-reference targets.
|
2011-01-04 23:39:13 +01:00 |
|
Georg Brandl
|
5d427566bb
|
merge with 1.0
|
2011-01-04 23:21:49 +01:00 |
|
Georg Brandl
|
c4b9cca165
|
#283: Fix literal block display issues on Chrome browsers.
|
2011-01-04 23:20:59 +01:00 |
|
Georg Brandl
|
560e803cc1
|
merge with bb+http://jonathanj/sphinx
|
2011-01-04 22:11:57 +01:00 |
|
Georg Brandl
|
17ef080bb5
|
merge with 1.0
|
2011-01-04 21:42:09 +01:00 |
|
Georg Brandl
|
4ce378be29
|
#209: Added :confval:text_newlines and :confval:text_sectionchars config values.
|
2011-01-04 21:41:05 +01:00 |
|
Georg Brandl
|
9624ff5e10
|
#148: Support sorting a limited range of accented characters in the glossary.
|
2011-01-04 19:23:47 +01:00 |
|
Georg Brandl
|
87cebf1a07
|
#98: Add autopackage script. (Undocumented for now.)
|
2011-01-04 19:20:22 +01:00 |
|
Georg Brandl
|
442229dd97
|
Add `pyramid` theme.
|
2011-01-04 17:49:59 +01:00 |
|
Georg Brandl
|
5c0c465db2
|
#383: Support sorting a limited range of accented characters in the general index.
|
2011-01-04 17:14:00 +01:00 |
|
Georg Brandl
|
54e1ab93ba
|
#570: Try decoding `-D and -A` command-line arguments with the locale's preferred encoding.
|
2011-01-04 15:33:18 +01:00 |
|
Georg Brandl
|
7beb8533b5
|
#273: Add an API for adding full-text search support for languages other than English. Add support for Japanese.
Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
|
2011-01-04 12:40:19 +01:00 |
|
Georg Brandl
|
17efae5622
|
merge with 1.0
|
2011-01-04 11:29:09 +01:00 |
|
Georg Brandl
|
51852c0e87
|
#472: linkcheck builder: Check links in parallel, use HTTP HEAD requests and allow configuring the timeout.
New config values: :confval:`linkcheck_timeout` and :confval:`linkcheck_workers`.
|
2011-01-04 11:27:42 +01:00 |
|
Georg Brandl
|
22777a5128
|
#528: Observe :confval:locale_dirs when looking for the JS translations file.
|
2011-01-04 09:34:44 +01:00 |
|
Georg Brandl
|
3642b521ed
|
merge with 1.0
|
2011-01-04 00:35:27 +01:00 |
|
Georg Brandl
|
256517b902
|
#574: Add special code for better support of Japanese documents in the LaTeX builder.
|
2011-01-03 23:13:40 +01:00 |
|
Georg Brandl
|
205d50a01d
|
Regression of #77: If there is only one parameter given with `:param:` markup, the bullet list is now suppressed again.
|
2011-01-03 23:08:13 +01:00 |
|
Georg Brandl
|
f6cb763ff8
|
#564: Add :confval:autodoc_docstring_signature which retrieves the signature from the first line of the docstring, if it is found there.
|
2011-01-03 22:51:33 +01:00 |
|
Georg Brandl
|
594c1a90f4
|
#520: Provide `special-members` option for autodoc directives.
|
2011-01-03 21:56:41 +01:00 |
|
Georg Brandl
|
92cb77a131
|
#176: Provide `private-members` option for autodoc directives.
|
2011-01-03 21:48:37 +01:00 |
|
Georg Brandl
|
0cda61e88d
|
#556: Fix missing paragraph breaks in LaTeX output in certain situations (e.g.
if an index directive is positioned between paragraphs).
|
2011-01-03 21:38:30 +01:00 |
|
Georg Brandl
|
7401622583
|
#553: Added :rst:dir:testcleanup blocks in the doctest extension.
|
2011-01-03 21:20:29 +01:00 |
|
Georg Brandl
|
8f37758033
|
#567: Emit the `autodoc-process-docstring` event even for objects without a docstring so that it can add content.
|
2011-01-03 21:00:08 +01:00 |
|
Georg Brandl
|
6964bdffb9
|
#565: In the LaTeX builder, not only literal blocks require different table handling, but also quite a few other list-like block elements.
|
2011-01-03 20:48:11 +01:00 |
|
Georg Brandl
|
cc8271486b
|
#515: Fix tracebacks in the viewcode extension for Python objects that do not have a valid signature.
|
2011-01-03 19:34:21 +01:00 |
|
Georg Brandl
|
6c7aa8bb6d
|
merge with 1.0
|
2011-01-03 15:55:56 +01:00 |
|
Georg Brandl
|
69e5b91b2d
|
Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending
on docutils version.
|
2011-01-03 15:55:30 +01:00 |
|
Georg Brandl
|
29d6167125
|
Remove html_permalink_text again and give meaning to html_add_permalinks.
|
2010-12-11 09:25:59 +01:00 |
|
Daniel Neuhäuser
|
dd955b1f94
|
#559 Add html_permalink_text confval
|
2010-12-01 22:54:54 +01:00 |
|
Georg Brandl
|
35258f2c46
|
merge with 1.0
|
2010-11-17 22:59:08 +01:00 |
|
Georg Brandl
|
e0f2c2e7e9
|
Add changelog entry.
|
2010-11-17 21:17:51 +01:00 |
|
Georg Brandl
|
ffd9268a65
|
Update release date and version.
|
2010-11-12 08:35:03 +01:00 |
|
Georg Brandl
|
5ca3c9817a
|
merge with 1.0.
|
2010-11-12 08:29:02 +01:00 |
|
Georg Brandl
|
33fb06bca6
|
#557: Add CSS styles required by docutils 0.7 for aligned images and figures.
|
2010-11-12 08:21:49 +01:00 |
|
Georg Brandl
|
2e5bb8136a
|
In the Makefile generated by LaTeX output, do not delete pdf files
on clean; they might be required images.
|
2010-11-12 08:18:11 +01:00 |
|