Commit Graph

4274 Commits

Author SHA1 Message Date
Jonathan Waltman
61e951d2ed Closes #1069: Fix autodoc signature formatting of "partial" functions without kwargs (patch by Artur Gaspar). 2013-01-09 08:42:59 -06:00
Jonathan Waltman
bba6104b84 Issue #1069: Add failing test for signature formatting of "partial" functions without kwargs. 2013-01-09 08:37:53 -06:00
Jonathan Waltman
69b74303b8 Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to the toctree directive) 2013-01-07 22:12:03 -06:00
Jonathan Waltman
d1a666aef9 Use default values for latex_documents, man_pages, and texinfo_documents if not set in conf.py. 2013-01-07 01:29:53 -06:00
Jonathan Waltman
0ef7a0a7a3 Add missing "meta" and "inline" node visitors for the manpage writer. 2013-01-07 00:33:27 -06:00
Jonathan Waltman
7fd138b588 Avoid AssertionError about losing the "ids" attribute when resolving pending_xrefs created in the CitationReferences transformation. 2013-01-07 00:30:49 -06:00
Jonathan Waltman
b98123cd12 Add man_pages config to tests/root/conf.py. 2013-01-06 23:42:25 -06:00
Jonathan Waltman
f4a346760c Fix test_man which didn't test if docs were being built. It now successfully fails. 2013-01-06 23:36:33 -06:00
Roland Meister
1639f59726 Add includehidden option to the toctree directive
This option is equivalent to the includehidden option of the template function
toctree() and allows to restore to the toctree behaviour prior to version 1.1.
See also bug #790.
2013-01-06 14:55:35 +01:00
Nozomu Kaneko
d2a087e88d fix tests correspond to 6c70ca26a841 (Divide test_intl target ...) 2013-01-06 20:33:43 +09:00
Robert Lehmann
c853aa2431 Remove duplicate visitor method. 2013-01-06 12:25:25 +01:00
Robert Lehmann
32b87e258b merge birkenfeld/sphinx 2013-01-06 12:14:57 +01:00
Nozomu Kaneko
f01d1358f8 resolve conflicts 2013-01-06 20:12:54 +09:00
Robert Lehmann
f91dbc7587 Changelog for PR#99. 2013-01-06 11:53:56 +01:00
Robert Lehmann
2b3fb57cc5 merge knzm/sphinx-fix-seealso-fork 2013-01-06 11:44:58 +01:00
Nozomu Kaneko
919ba75483 versionlabels are handled entirely in the versionmodified directive, instead of the writers.
Now it returns a versionmodified node with the versionlabel already inserted.
2013-01-06 18:37:21 +09:00
Nozomu Kaneko
7630467f84 fix: paragraphs in versionmodified are ignored when it has no dangling paragraphs. 2013-01-06 18:05:49 +09:00
Takayuki Shimizukawa
9b9c69042e Divide test_intl target source files for speed-up. 2013-01-06 16:15:49 +09:00
Jonathan Waltman
64a4c13d63 autodoc: Don't rely on reporter.get_source_and_line existing for debug messages. 2013-01-05 21:08:22 -06:00
Jonathan Waltman
268b009017 Move "only" directive tests to a seperate test root. 2013-01-05 20:14:48 -06:00
Takayuki Shimizukawa
57289afc4e Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix gettext does not extract index entries.) 2013-01-06 10:55:55 +09:00
Jonathan Waltman
e55c72218c Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup) 2013-01-05 08:48:42 -06:00
Takayuki Shimizukawa
b17c588b0d Closes #976: Fix gettext does not extract index entries. 2013-01-05 23:38:21 +09:00
Jonathan Waltman
42c90ee178 Add basic debugging support for autodoc. 2013-01-05 08:28:54 -06:00
Nozomu Kaneko
a56a8f87c8 merge 2013-01-05 20:43:45 +09:00
Jonathan Waltman
51fb8b435b Add verbose option `-v` for sphinx-build and some rudimentary debugging support. 2013-01-05 02:41:12 -06:00
Jonathan Waltman
3cd00a0809 sphinx-build: Provide more specific error messages for invalid arguments. 2013-01-04 22:52:42 -06:00
Jonathan Waltman
66fe7cc2d7 sphinx-build: Support the standard `--help and --version` options. 2013-01-04 22:48:21 -06:00
Jonathan Waltman
b338af55df Issue #869: Add option `-T` for printing the full traceback on exception. 2013-01-04 22:24:46 -06:00
Roland Meister
4370896aea Whitespace cleanup in jinja templates
This change removes odd-looking empty lines before the doctype declaration in
HTML files created by jinja templates.
2013-01-04 22:13:26 +01:00
Roland Meister
ae9afab1fc remove trailing whitespace in sphinx/environment.py 2013-01-04 22:05:50 +01:00
Takayuki Shimizukawa
ab6706e6ed Closes #940: Fix gettext does not extract figure caption.
This is docutils issue.
see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032
2013-01-05 01:06:42 +09:00
Takayuki Shimizukawa
263d5b376f Fix text writer can not handle visit_legend for figure directive contents. 2013-01-04 18:18:43 +09:00
Takayuki Shimizukawa
19a8c9e2e5 fix problems with py25,py3x for search index generation 2013-01-04 21:46:17 +09:00
Georg Brandl
73b8622f09 Correct some JS issues found by JSHint. 2013-01-04 12:29:43 +01:00
Georg Brandl
367614d23a merge 2013-01-04 11:17:57 +01:00
Georg Brandl
1832284e89 Closes #1067: implement pluggable search scorer and tweak scoring to give good results. Patch by Hernan Grecco. 2013-01-04 11:17:32 +01:00
Jonathan Waltman
cf4166fa58 Fix `test_i18n_literalblock_warning` which would sometimes fail due to the text wrapping of error messages. 2013-01-03 13:55:26 -06:00
Jonathan Waltman
d997aa76b0 Closes #958: Do not preserve `environment.pickle` after a failed build. 2013-01-03 13:34:47 -06:00
Georg Brandl
d747fa3cd0 merge 2013-01-03 10:56:21 +01:00
Georg Brandl
cfc2245c8d Issue #1067: Scoring based search results
Modify the search tool to create single result set (instead of the
current 4: regular, important, unimportantResults, objectResults).
Each result has an associated score.

The results are sorted by score before presenting the results. This
modification does not seem to change the search time significantly.

Patch by Hernan E. Grecco.
2013-01-03 10:49:28 +01:00
Georg Brandl
dab4377c4f Fix loading the existing search index. 2013-01-03 10:36:53 +01:00
Georg Brandl
c428cbe44c Add Hernan. 2013-01-03 10:11:18 +01:00
Georg Brandl
054833a96f Issue #1067: in search index generation, record words in section titles in their own set 2013-01-03 10:10:53 +01:00
Robert Lehmann
0725cb608a merge with birkenfeld/sphinx 2013-01-02 17:45:33 +01:00
Roland Meister
a0ebe5a3c5 Merge with birkenfeld/sphinx 2013-01-02 09:40:37 +01:00
Georg Brandl
151856819c Copyright update. 2013-01-01 22:13:15 +01:00
Takayuki Shimizukawa
0158545d8e remove comment-outed docutils repository for py33 test 2013-01-01 15:29:43 +09:00
Takayuki Shimizukawa
2dc4f9dd34 add du10 test to envlist for default test 2013-01-01 15:28:30 +09:00
Takayuki Shimizukawa
7022b6f251 Add regression test for gettext does not extract definition terms. Closes #975 2013-01-01 14:17:53 +09:00