Commit Graph

3082 Commits

Author SHA1 Message Date
Georg Brandl
7616639622 Test suite fix for new theme. 2011-01-04 22:49:57 +01:00
Georg Brandl
dd6984b7a9 merge with bb://mbrochh/sphinx 2011-01-04 22:22:23 +01:00
Georg Brandl
9ac5f2b873 merge with bb://tuos/sphinx 2011-01-04 22:20:10 +01:00
Georg Brandl
046d264465 merge with bb://michaeljones/sphinx 2011-01-04 22:18:03 +01:00
Georg Brandl
55f4ccf2a7 merge with bb://sborho/sphinx 2011-01-04 22:17:13 +01:00
Georg Brandl
ebc4227e95 merge with bb://dwins/sphinx 2011-01-04 22:16:05 +01:00
Georg Brandl
b73ed75f88 merge with bb://mcantor/sphinx 2011-01-04 22:14:50 +01:00
Georg Brandl
b56003649f merge with bb://jonwaltman/sphinx-info 2011-01-04 22:13:35 +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
c5eee59f92 Fix docstring. 2011-01-04 19:18:33 +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
417571176b #560: Change default split_owner to return something useful. 2011-01-04 12:55:37 +01:00
Georg Brandl
cfe85b4e8b Determine search language in builder, and add missing method in websupport indexer implementations. 2011-01-04 12:47:49 +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
c5b5c16cb3 Fix some broken URLs. 2011-01-04 11:37:56 +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
0e1db6ad90 New year update. 2011-01-04 10:00:51 +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
eecd8bff03 Fix pretty-printing of C++ function arguments. 2011-01-04 00:34:47 +01:00
Georg Brandl
5072e74a46 Fix test_build_html after latest docfields fix. 2011-01-04 00:23:27 +01:00
Georg Brandl
6219286df9 Use XML-entity-replace error handling in HTML output files. Fixes test_build.test_htmlhelp. 2011-01-04 00:17:08 +01:00
Georg Brandl
a484a62f11 #578: doc clarification. 2011-01-04 00:08:38 +01:00
Georg Brandl
8fd5bd1e19 Fix docstring preparation with included signature: ignore indentation of two lines when looking for the signature. 2011-01-04 00:04:04 +01:00
Georg Brandl
a304c8d247 Fix-up half-sentence. 2011-01-03 23:50:30 +01:00
Georg Brandl
0aa9538484 Use non-breaking spaces to separate type and parameter name. 2011-01-03 23:47:33 +01:00
Georg Brandl
63db45dea9 Even more tweaking of the latex tabular environment selection code. 2011-01-03 23:34:57 +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
a4036ae6ad Remove redundant local. 2011-01-03 19:51:44 +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
eb014a1b64 Add missing file. 2011-01-03 19:33:44 +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
13ebda2b76 Fix CPP domain modifiers: short can be unsigned and signed, but not short. 2010-12-29 10:24:14 +01:00
Georg Brandl
7fe2f8ca5b merge with 1.0 2010-12-28 10:57:51 +01:00