Jonathan Waltman
e55c72218c
Merged in rolmei/sphinx-epub (pull request #103 : Whitespace cleanup)
2013-01-05 08:48:42 -06:00
Jonathan Waltman
42c90ee178
Add basic debugging support for autodoc.
2013-01-05 08:28:54 -06: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
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
Georg Brandl
998d567d5c
Closes #1065 : in Makefiles, ignore errors in "rm" using the -f flag, not a "-" prefix.
2012-12-31 09:39:02 +01:00
Georg Brandl
c529f6756c
Merged in embray/sphinx/fix-tocdepth (pull request #100 : Fixes a bug with :tocdepth: and inventory generation)
2012-12-30 21:23:28 +01:00
Georg Brandl
bc0a31f10e
Add an easier way to raise MathExtError with stderr/stdout only displayed if present.
2012-12-30 21:02:38 +01:00
Georg Brandl
54c1a45ffb
Changelog for PR#97.
2012-12-30 18:15:42 +01:00
Georg Brandl
2e59d4a2d9
Merged in knzm/sphinx-fix-backlink-fork (pull request #97 : fix #1058 Footnote backlinks do not work)
2012-12-30 18:14:55 +01:00
Georg Brandl
60fc2eaa14
Merged in mizhi/sphinx (pull request #98 : Fixes TypeError raised from generate_indices in sphinx/writers/latex.py)
2012-12-30 18:05:30 +01:00
Georg Brandl
c22aaeef7b
Closes #867 : merge from https://bitbucket.org/giovannibajo/sphinx
2012-12-30 18:04:08 +01:00
Georg Brandl
ddd51f7cc7
Closes #1055 : add changelog entry for 7228c0534f0c.
2012-12-30 18:02:59 +01:00
Georg Brandl
c3384b7e6e
Merged in giovannibajo/sphinx (pull request #93 : Fix bug when loading config file (wrong path).)
2012-12-30 18:01:19 +01:00
Georg Brandl
19539dfc8a
Changelog entry for #1053 .
2012-12-30 17:50:13 +01:00
Erik Bray
19d51e4270
Ensure that the entire doctree is traversed and all TOCs are processed regardless of tocdepth; now tocdepth only controls the depth of the node tree for the document's TOC.
2012-12-27 13:55:11 -05:00
Roland Meister
417aff228c
Avoid recurson on invisible entries in _toctree_prune
2012-12-23 00:27:32 +01:00
Roland Meister
224a76f865
Remove unneeded copy of children in _toctree_add_classes
2012-12-23 00:17:33 +01:00
Roland Meister
37c862e9c9
Rename helper functions for resolve_toctree to reflect their intent
2012-12-23 00:12:08 +01:00
Roland Meister
0fe9a0252b
Move adding 'toctree-l%d' classes to _mark_current; this fixes the test suite
...
Also adjust comments and docstrings to reflect the current state.
2012-12-23 00:03:17 +01:00
Roland Meister
12baf34000
Move comment out of _walk_depth and add comment why the function was split
2012-12-22 23:37:19 +01:00
Mitchell Peabody
9c23eefe75
generate_indices is calling translate using a dictionary. If letter is a non-unicode str, then this
...
results in a TypeError being raised. This fix merely ensures that the translate method called is
the unicode version of the method.
2012-12-21 15:05:34 -05:00
Nozomu Kaneko
40b5167657
remove useless comments
2012-12-19 08:02:21 +09:00
Nozomu Kaneko
ccd8067ee5
fix #1058 : footnote backlinks with i18n
2012-12-19 07:49:17 +09:00
Nozomu Kaneko
da008da569
fix #1058 Footnote backlinks do not work
2012-12-19 06:13:20 +09:00
Georg Brandl
c69b7b4253
tox: add docutils 0.10.
2012-12-17 08:09:33 +01:00
Georg Brandl
ab5d4107c8
Replace \bf and \rm by \textbf and \textrm. Patch by
...
Marcin Szamotulski.
2012-12-17 08:07:17 +01:00
Takayuki Shimizukawa
5e8d7b9c38
fix test failure: python3 + whoosh
2012-12-17 04:24:24 +00:00
Takayuki Shimizukawa
066c432152
change tox describing (meaning was not changed)
2012-12-17 04:23:14 +00:00