Commit Graph

6977 Commits

Author SHA1 Message Date
Takeshi KOMIYA
2c5a9f3975 Use instance variable instead of class' to store of Sphinx.add_latex_package() 2016-07-18 12:07:48 +09:00
Yoshiki Shibukawa
06a861703d Reduce epub checker warnings/errors for epub3 builder.
Fix DOCTYPE to html5 and change extension from .html to .xhtml.

Sphinx's documents result:

  before: 95 warnings& 1238 errors
  after: 623 errors
2016-07-17 09:53:04 +09:00
Takeshi KOMIYA
861316e9b6 Merge pull request #2784 from glennmatthews/python-exception-typing
Create PyGroupedField and use it for 'exceptions'
2016-07-16 23:42:51 +09:00
Glenn Matthews
8c1a8153ca Create PyGroupedField and use it for 'exceptions' 2016-07-15 22:01:06 -04:00
Takeshi KOMIYA
bd5496aa61 Merge pull request #2737 from tk0miya/2680_todo_emit_warnings
#2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabled
2016-07-16 00:59:21 +09:00
Takeshi KOMIYA
253eef9e6a #2680: sphinx.ext.todo now emits warnings if todo_emit_warnings enabled 2016-07-16 00:59:02 +09:00
Takeshi KOMIYA
9916518fee Merge pull request #2782 from shibukawa/fix/make_clean
fix make clean abort when build dir contains files like .DS_Store.
2016-07-16 00:53:21 +09:00
Takeshi KOMIYA
9e9eeaaf84 Remove env from DONT_CHECK (ref: #2760) 2016-07-16 00:47:19 +09:00
Yoshiki Shibukawa
e9f5d96665 fix make clean abort when build dir contains files like .DS_Store. 2016-07-16 00:11:25 +09:00
Takeshi KOMIYA
2aace8d54b Use jreport to the docclass for Japanese howto documents 2016-07-15 23:34:51 +09:00
Takeshi KOMIYA
fc9c9e04ee better default LaTeX settings for Japanese 2016-07-15 22:36:49 +09:00
Takeshi KOMIYA
475be2c31b Fix common template files are not distributed 2016-07-15 22:36:05 +09:00
Leo Huckvale
725599fa96 Refactor try-except clause 2016-07-15 09:21:48 +01:00
Takeshi KOMIYA
de47f2885c Use latest setuptools for testing 2016-07-15 11:08:41 +09:00
Takeshi KOMIYA
0e9938fa4f Update skiplist of style-checker 2016-07-15 10:52:16 +09:00
Takeshi KOMIYA
947a457444 Merge pull request #2776 from shibukawa/fix/qthelpbuilder
fix #2352 (qthelp builder should have ) and improve qthelp readability
2016-07-15 01:56:39 +09:00
Takeshi KOMIYA
a692009808 Merge branch 'stable' 2016-07-15 00:51:29 +09:00
Leo Huckvale
fa89582d57 Fix tests for Python 2.6 2016-07-14 16:41:33 +01:00
Takeshi KOMIYA
736615c18c Optimized tests: remove markups for warnings 2016-07-15 00:30:44 +09:00
Leo Huckvale
e9ef60f8e5 Remove unused local variable for flake8 check 2016-07-14 15:32:06 +01:00
Takeshi KOMIYA
6686ebf158 Optimized tests: Add test-warnings 2016-07-14 23:12:57 +09:00
Leo Huckvale
670049c262 inspect: return defargs[0] if obj.__dict__ raises exception
The fallback implemented in #2731 cannot return `obj.__dict__[name]`
if the `__dict__` method has been redefined in such a way that it
raises an exception when trying to access it.

This commit adds a try-except block to work around this.
2016-07-14 14:13:06 +01:00
Takeshi KOMIYA
1dfa1a8d1e nose-timer: show top 25 slower testcases 2016-07-14 21:10:32 +09:00
Takeshi KOMIYA
13c63cb173 Optimize tests: test_get_items_summary 2016-07-14 21:07:33 +09:00
Takeshi KOMIYA
41f77d8152 Use applehelp_disable_external_tools on testing (for non MacOS) 2016-07-14 20:25:10 +09:00
Takeshi KOMIYA
2b6a83599d applehelp: Sphinx crashes if `hiutil or codesign` commands not found 2016-07-14 20:24:00 +09:00
Takeshi KOMIYA
47b33e93e5 Optimize tests: test_applehelp_output 2016-07-14 09:41:46 +09:00
Takeshi KOMIYA
b035094067 Optimize tests: test_ifconfig 2016-07-14 09:16:51 +09:00
Takeshi KOMIYA
f66208e939 Enable nose-timer on Travis CI (again) 2016-07-14 02:27:28 +09:00
Takeshi KOMIYA
d0adc44b90 Enable nose-timer on Travis CI 2016-07-14 02:08:56 +09:00
Takeshi KOMIYA
c23a59b70c Optimize tests: test_searchadapters 2016-07-14 02:02:25 +09:00
Takeshi KOMIYA
5492b9ebc7 Optimize tests: Remove test_i18n (duplicated with test_intl) 2016-07-14 01:45:55 +09:00
Takeshi KOMIYA
b95f450452 Optimize tests: test_jsmath 2016-07-14 01:43:25 +09:00
Takeshi KOMIYA
3fb439c476 Optimize tests: test_imgmath_png, test_imgmath_svg 2016-07-14 01:36:40 +09:00
Takeshi KOMIYA
edacbd56d1 Optimize tests: test_master_doc_not_found 2016-07-14 01:20:55 +09:00
Yoshiki Shibukawa
b600eb64b0 fix #2352 (qthelp builder should have ) and improve qthelp readability
by using new ``nonav`` theme.
2016-07-13 22:56:58 +09:00
Takeshi KOMIYA
1dd249dd8d Merge branch 'stable' 2016-07-13 21:29:47 +09:00
Takeshi KOMIYA
e3fa9b7209 Bump version 2016-07-13 21:26:41 +09:00
Takeshi KOMIYA
effc597cb5 Bump to 1.4.5 final 2016-07-13 21:20:14 +09:00
Takeshi KOMIYA
6ad35e53f6 Merge pull request #2773 from shibukawa/update/jquery
Fix #2634 (Update jquery to latest from 1.x)
2016-07-13 15:15:20 +09:00
Yoshiki Shibukawa
3cbd84346e Fix #2634 (Update jquery to latest from 1.x) 2016-07-13 14:58:52 +09:00
Takeshi KOMIYA
b58b6014c9 Merge pull request #2621 from TimKam/fix-stemming-removes-short-words-from-search-results
Fix: stemming removes short words from search results
2016-07-12 14:05:41 +09:00
Takeshi KOMIYA
1cabc17edb Remove sphinx version from the filename of compiled grammar files
Now sphinx bundles the compiled grammar files.  Then it will be replaced
on upgrading sphinx.  So the sphinx version is not needed on its
filename.
2016-07-12 12:15:46 +09:00
Takeshi KOMIYA
2ccb75c98f Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)
So far, sphinx generates the grammar files on demand.
It causes uninstallation does not remove whole of files.
With this fix, Sphinx bundles the files in the package.
2016-07-12 12:15:12 +09:00
Takeshi KOMIYA
e1e82e43c9 Load some library lazily on sphinx.util to lessen dependency 2016-07-12 12:03:57 +09:00
Timotheus Kampik
05ad82ffa8 Merge branch 'master' into fix-stemming-removes-short-words-from-search-results 2016-07-10 11:44:35 +02:00
Takeshi KOMIYA
6e059fe697 Merge pull request #2767 from mixmastamyk/stable
Add default alt attribute for img tags in SVG format.
2016-07-09 11:49:27 +09:00
mixmastamyk
cd09b6c609 Fix #2763, add default alt attribute to svg images 2016-07-08 18:30:41 -07:00
mixmastamyk
edfdd3ec78 Fix #2763, add default alt attribute to svg images
Add uri as default alt attribute to images in svg format
2016-07-08 18:26:42 -07:00
Takeshi KOMIYA
bd715c8155 Remove debug print 2016-07-09 01:05:37 +09:00