Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA cacfa68e74 Remove unused file 2016-11-23 12:31:27 +09:00
Takeshi KOMIYA a72cef93cf Merge pull request #3171 from tk0miya/3164_fix_inheritance_diagram
Change search order of ``sphinx.ext.inheritance_diagram``
2016-11-23 12:07:25 +09:00
Takeshi KOMIYA 52f54a6379 Fix #3164: Change search order of `sphinx.ext.inheritance_diagram` 2016-11-23 00:50:02 +09:00
Takeshi KOMIYA 9676e79c1c inheritance_diagram: Move _import_class_or_module() method to function 2016-11-23 00:49:46 +09:00
Takeshi KOMIYA 43197de299 Fix #3117: LaTeX writer crashes if admonition is placed before first section title 2016-11-23 00:42:34 +09:00
Takeshi KOMIYA 9690be4943 Fix imgmath: crashes on showing error messages if image generation failed 2016-11-21 20:06:23 +09:00
Takeshi KOMIYA 36ca4ae393 Merge pull request #3165 from sphinx-doc/gettext-image-fix
refs #3093: gettext build broken on substituted images, under note directive
2016-11-20 19:33:58 +09:00
Takeshi KOMIYA 7002dd82c8 Merge pull request #3161 from jfbu/fixmissingspace
Add missing trailing space in French translation
2016-11-20 00:23:32 +09:00
Takeshi KOMIYA b329fabcf4 Merge pull request #3154 from shibukawa/fix/jswordsplitter
fix search word splitter in JavaScript
2016-11-20 00:04:48 +09:00
Takeshi KOMIYA 9f39b53c16 Fix #3130: HTML rendering problems inside admonition block in Sphinx doc 2016-11-13 11:16:44 +09:00
Takeshi KOMIYA ba35513b0f Do not install typing module (because it does not support py26...) 2016-11-13 00:55:58 +09:00
Takeshi KOMIYA 4ca84aba45 Fix #3135: `sphinx.ext.autodoc` crashes with plain Callable 2016-11-13 00:01:41 +09:00
Takeshi KOMIYA a2102d66ec Merge pull request #3146 from lelit/pr#3143
Add missing trailing space in italian translation
2016-11-12 16:50:35 +09:00
Takeshi KOMIYA f04adb1aa6 Fix py3.6b3 crashes with empty Callable annotation 2016-11-06 20:39:24 +09:00
Takeshi KOMIYA 4250052eda doc: Fix markup 2016-11-06 20:37:07 +09:00
Takeshi KOMIYA 463ab88b67 docs: sourcename has empty value on creating genindex and so on (refs: #3094) 2016-11-04 23:36:27 +09:00
Takeshi KOMIYA bcff35663f Fix #3111: autodoc crashes with python3.6b3
Since 3.6b3, structure of typing.Callable has been changed.
2016-11-02 22:29:22 +09:00
Takeshi KOMIYA 1aedca64e3 Update CHANGES for PR#3074 2016-11-02 22:05:32 +09:00
Takeshi KOMIYA 111b9e623b Update CHANGES for PR#3068 2016-10-20 21:31:08 +09:00
Takeshi KOMIYA 4411f677cf Fix #3058: Using the same 'caption' attribute in multiple 'toctree' directives results in warning / error 2016-10-17 16:17:47 +09:00
Takeshi KOMIYA cb5e09ffe1 Merge pull request #2936 from shibukawa/fix/doc-makefile
Fix doc/Makefile that can't build man because of doc/man folder exists
2016-10-14 11:55:54 +09:00
Takeshi KOMIYA 55a8ab3bbb Bump version 2016-10-02 00:43:32 +09:00
Takeshi KOMIYA 007c855c9c Bump to 1.4.8 final 2016-10-02 00:37:59 +09:00
Takeshi KOMIYA fc45d4d5fe Update CHANGES 2016-10-02 00:36:42 +09:00
Takeshi KOMIYA 502874bcc4 Fix "make clean" does not remove build/ directory 2016-10-02 00:25:58 +09:00
Takeshi KOMIYA 6f3a93c8b4 Bump version 2016-10-01 22:39:25 +09:00
Takeshi KOMIYA 1406f6b63e Bump to 1.4.7 final 2016-10-01 22:32:32 +09:00
Takeshi KOMIYA 9118fa38a1 Fix autodoc misdetect typing with py3.6 2016-09-29 14:15:18 +09:00
Takeshi KOMIYA 83d6ec11ce Fix #2968: autodoc: show-inheritance option breaks docstrings 2016-09-29 00:18:22 +09:00
Takeshi KOMIYA 4f318efdfa Update CHANGES for PR#2962 2016-09-17 21:40:48 +09:00
Takeshi KOMIYA 96362154d2 Merge pull request #2962 from kakkojc/fix_longtable_label_bug
Fix label missing bug in longtable environment
2016-09-17 21:37:26 +09:00
Takeshi KOMIYA 82c153ffd2 Fix #2931: code-block directive with same :caption: causes warning of duplicate target 2016-09-17 18:28:55 +09:00
Takeshi KOMIYA 669b5f1736 Merge pull request #2956 from arcivanov/issue_2955
Quickstart should return an error consistently on all error conditions
2016-09-14 16:47:38 +09:00
Takeshi KOMIYA f6ca0feedb Update CHANGES for PR#2056 2016-09-14 11:00:29 +09:00
Takeshi KOMIYA 3eb56b1c6f doc: Use AutodocReporter at example of nested_parse_with_titles()
In detail, please refer following thread:
https://groups.google.com/forum/#!topic/sphinx-dev/l4fHrIJfwq4
2016-09-07 15:46:20 +09:00
Takeshi KOMIYA 5a02c6162b Merge pull request #2938 from jfbu/allowcodebreaksatcommas
Fix #2873: code-block overflow in latex (due to commas)
2016-09-05 10:55:57 +09:00
Takeshi KOMIYA 778f98e592 mathbase: Generate \label only if label exists 2016-09-01 02:23:42 +09:00
Takeshi KOMIYA 0862a4c974 Fix could not reference equations if `:nowrap:` option specified 2016-09-01 02:11:32 +09:00
Takeshi KOMIYA 8d96c90fc6 Fix #1462: autosummary warns for namedtuple with attribute with trailing underscore 2016-08-30 00:37:30 +09:00
Takeshi KOMIYA 37bb9c2c33 Fix #2917: inline code is hyphenated on HTML 2016-08-29 11:23:05 +09:00
Takeshi KOMIYA 281942ce25 Merge pull request #2901 from shibukawa/fix/epub-figure
Fix epub result: skip creating links from image tags to original image files
2016-08-27 23:35:20 +09:00
Takeshi KOMIYA 8606de3963 Merge pull request #2899 from shibukawa/fix/hasdoc
Fix hasdoc() function in Jinja2 template.
2016-08-27 23:15:45 +09:00
Takeshi KOMIYA 153f6cb416 Merge pull request #2900 from shibukawa/fix/epub-autogen-files-link
epub: add auto generated orphan documents to spine with linear=no
2016-08-27 22:47:31 +09:00
Takeshi KOMIYA acd4d9f2ba #2902: jsdump.loads fails to load search index if keywords starts with underscore 2016-08-27 15:28:36 +09:00
Takeshi KOMIYA 52f4c07202 Add tests for sphinx.util.jsdump:loads() 2016-08-27 14:20:08 +09:00
Takeshi KOMIYA 2879cef0f5 Merge pull request #2889 from shibukawa/fix/theme_doc
fix document: rtd is optional from 1.4
2016-08-23 19:08:14 +09:00
Takeshi KOMIYA 8e777063fd Merge pull request #2882 from tkelman/linkcheck-403
[stable] linkcheck: Fall back to a GET request on 403 status
2016-08-22 21:35:47 +09:00
Takeshi KOMIYA 14a1d5df29 Update CHANGES for PR#2879 2016-08-22 19:49:22 +09:00
Takeshi KOMIYA 1b0cda5349 Merge pull request #2879 from shibukawa/fix/searchsplitter
fix #2856: use same regex word splitter in Python and JS
2016-08-22 19:48:27 +09:00
Takeshi KOMIYA 3011dac89b Merge pull request #2870 from shibukawa/fix/genindex2
Flatten genindex columns' height
2016-08-21 17:50:30 +09:00
Takeshi KOMIYA cbb4266b19 Fix CHANGES 2016-08-20 18:31:11 +09:00
Takeshi KOMIYA 938dad8400 Bump version 2016-08-20 18:05:14 +09:00
Takeshi KOMIYA 4168b0bd20 Bump to 1.4.6 final 2016-08-20 18:00:04 +09:00
Takeshi KOMIYA be2637f7ff Add testfiles to DONT_CHECK target 2016-08-20 17:57:08 +09:00
Takeshi KOMIYA b0c956bb25 Merge pull request #2816 from embray/fix-domain-initial-data
Fix bug with copying of initial_data for Domains
2016-08-20 00:40:03 +09:00
Takeshi KOMIYA caf7e280c2 Update CHANGES for PR#2867 2016-08-18 18:25:50 +09:00
Takeshi KOMIYA 2606064b09 Merge pull request #2867 from jschueller/patch-4
Require six 1.5 for html_parser
2016-08-18 18:22:42 +09:00
Takeshi KOMIYA 1c9524dedd Add testcase for #2846 2016-08-17 13:58:05 +09:00
Takeshi KOMIYA ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA b69d37375e Fix parsing errors for caption of code-blocks are displayed in document (ref: #2845) 2016-08-12 21:14:10 +09:00
Takeshi KOMIYA bfcc2a159b Fix test has broken in py3 2016-08-11 13:58:21 +09:00
Takeshi KOMIYA 82b451df03 Remove debug print 2016-08-11 12:20:52 +09:00
Takeshi KOMIYA d5078a64d7 Fix #2789: sphinx.ext.intersphinx generates wrong hyperlinks if the inventory is given 2016-08-11 11:19:42 +09:00
Takeshi KOMIYA 0db59b677a Merge pull request #2806 from shibukawa/fix/epub3
Fix epub builder
2016-08-09 22:58:39 +09:00
Takeshi KOMIYA 511a0aaef7 Update CHANGES 2016-08-09 12:21:04 +09:00
Takeshi KOMIYA 96b3979d84 Update CHANGES for PR#1911 2016-08-08 00:29:29 +09:00
Takeshi KOMIYA 83472acc97 Merge pull request #2833 from joostvanzwieten/fix-instance-annotations
ext.autodoc: fix formatting instance annotations
2016-08-08 00:23:33 +09:00
Takeshi KOMIYA da7e2d9dda Merge pull request #2824 from EricFromCanada/stable
remove extra colons in C++ domain examples
2016-08-04 01:00:55 +09:00
Takeshi KOMIYA 0a03771791 Add Seaborn project to EXAMPLES (ref: #2814) 2016-07-28 11:54:08 +09:00
Takeshi KOMIYA 98ae8b62e9 Merge pull request #2809 from nijel/stable
Support gzip encoding in HEAD requests
2016-07-27 11:32:12 +09:00
Takeshi KOMIYA ac52486274 travis: Do not run flake8 on py26 (not supported) again 2016-07-26 14:11:05 +09:00
Takeshi KOMIYA bac6fc6d04 travis: Do not run flake8 on py26 (not supported) 2016-07-26 14:00:38 +09:00
Takeshi KOMIYA 8e397d1334 Fix flake8 violation 2016-07-26 13:53:51 +09:00
Takeshi KOMIYA 15a251ec40 Merge pull request #2794 from shibukawa/fix/epub_dup_toc
Fix duplicated toc in epub3 output
2016-07-22 12:24:18 +09:00
Takeshi KOMIYA 8d1604628a Update CHANGES for PR#2778 2016-07-21 11:14:43 +09:00
Takeshi KOMIYA ed70c71126 Merge pull request #2778 from LeoHuckvale/fix-abstractproperty-part2
fix inspect: return defargs[0] if obj.__dict__ is a property and raises exception
2016-07-21 11:12:34 +09:00
Takeshi KOMIYA c698fab338 Merge pull request #2786 from shibukawa/fix/epub
Reduce epub checker warnings/errors for epub3 builder.
2016-07-20 23:30:59 +09:00
Takeshi KOMIYA 8d8e35a043 Merge pull request #2797 from shibukawa/fix/sphinxdoc
fix document download roles. download roles works only on html.
2016-07-20 23:24:38 +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 736615c18c Optimized tests: remove markups for warnings 2016-07-15 00:30:44 +09:00
Takeshi KOMIYA 6686ebf158 Optimized tests: Add test-warnings 2016-07-14 23:12:57 +09: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
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 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
Takeshi KOMIYA 3807eda6df Merge pull request #2766 from silviot/stable
Make javascript search work in python 3
2016-07-08 23:08:35 +09:00
Takeshi KOMIYA 11b0602769 Merge pull request #2742 from tk0miya/2667_WIDTH
Fix #2667: latex crashes if resized images appeared in section title
2016-07-08 01:05:49 +09:00
Takeshi KOMIYA 7eca745b5c Fix #2667: latex crashes if resized images appeared in section title 2016-07-05 14:33:44 +09:00