Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA 54c8c01222 Emit warning for nested numbered toctrees (refs: #3142) 2017-01-03 01:08:27 +09:00
Takeshi KOMIYA 9bba475ca9 Add .mypy_cache to gitignore 2017-01-02 12:38:18 +09:00
Takeshi KOMIYA 2342fed847 Merge pull request #3281 from tk0miya/hide_builtin_extensions_on_traceback
Hide builtin extensions on traceback
2017-01-01 21:24:07 +09:00
Takeshi KOMIYA 60b7bfdfc2 Fix the caption of table are rendered as invalid HTML (refs: #3287) 2017-01-01 20:47:25 +09:00
Takeshi KOMIYA 25a3451a4e Reorder methods of LaTeX writer 2017-01-01 20:42:54 +09:00
Takeshi KOMIYA 54cac94cdf Fix #3294: `add_latex_package()` make crashes non-LaTeX builders 2017-01-01 20:07:16 +09:00
Takeshi KOMIYA 5ae27f65b4 Hide builtin extension on traceback 2016-12-25 12:35:26 +09:00
Takeshi KOMIYA cb5c457b89 Merge pull request #3279 from tk0miya/py36
Testing with py36
2016-12-25 12:32:28 +09:00
Takeshi KOMIYA a5b15195e2 Add du13 target to tox.ini 2016-12-25 12:22:54 +09:00
Takeshi KOMIYA 4cc3c154fe Refactor travis.yml 2016-12-25 12:19:16 +09:00
Takeshi KOMIYA 934ec657d4 Remove unsupported platform from tox.ini 2016-12-25 12:19:16 +09:00
Takeshi KOMIYA 6a5ffb403e Reduce CI matrix 2016-12-25 12:19:15 +09:00
Takeshi KOMIYA 36eab77c3d Add py36 support 2016-12-25 12:19:15 +09:00
Takeshi KOMIYA 866da5a8d0 Clarify test command (refs: #3264) 2016-12-24 23:51:30 +09:00
Takeshi KOMIYA 7ab20262ff Set PYTHONDONTWRITEBYTECODE=true on testing (refs: #3264) 2016-12-24 22:23:49 +09:00
Takeshi KOMIYA c7783e632f Update setup.cfg (refs: #3264) 2016-12-24 22:13:10 +09:00
Takeshi KOMIYA 8dcc3a259c Fix 'tox -e du12' fails (refs: #3264) 2016-12-24 19:30:32 +09:00
Takeshi KOMIYA f65c5ee3de Install enum34 on testing pypy (refs: #3264) 2016-12-24 19:30:32 +09:00
Takeshi KOMIYA 01736bb397 Fix test_latex failed if stylefiles not found (refs: #3264) 2016-12-24 19:30:32 +09:00
Takeshi KOMIYA 5b41df13bc Merge pull request #3274 from mitya57/stable
Load non-minified JS files from sphinx.package_dir
2016-12-24 16:41:11 +09:00
Takeshi KOMIYA 2693194155 Merge pull request #3251 from tk0miya/refactor_latex_builder
LaTeX builder: Refactor the default settings generators (refs: #3244)
2016-12-24 11:52:13 +09:00
Takeshi KOMIYA 07633a5a71 Fix the warning type `misc.highlighting_failure` does not work 2016-12-20 18:44:33 +09:00
Takeshi KOMIYA 12096b3b86 Fix #3261: `latex_use_parts` makes sphinx crash 2016-12-19 11:40:59 +09:00
Takeshi KOMIYA 3b9aee43a2 Fix #185: References to section title including raw node has broken 2016-12-17 17:29:03 +09:00
Takeshi KOMIYA 1ccfb9736b doc: Add a note for var, ivar and cvar 2016-12-17 14:46:39 +09:00
Takeshi KOMIYA cf795894b9 Fix #3246: xapian search adapter crashes 2016-12-16 19:45:26 +09:00
Takeshi KOMIYA aa49e31b64 Merge pull request #3243 from tk0miya/3194_refer_envvar_to_detect_makecmd
#3194: Refer the $MAKE environment variable to determine ``make`` command
2016-12-16 15:19:29 +09:00
Takeshi KOMIYA 907e53f463 LaTeX builder: Refactor the default settings generators (refs: #3244) 2016-12-16 11:39:32 +09:00
Takeshi KOMIYA 5e48b830dc Merge pull request #3245 from tk0miya/3192_reduce_deprecation_warnings
Reduce deprecation warnings (refs: #3192)
2016-12-16 00:50:30 +09:00
Takeshi KOMIYA 9fc53cecf7 Reduce deprecation warnings (refs: #3192) 2016-12-15 17:15:49 +09:00
Takeshi KOMIYA 26bf2d5fc0 Closes #3194: Refer the $MAKE environment variable to determine `make` command 2016-12-15 11:50:00 +09:00
Takeshi KOMIYA 780bf43cee Add GPG key of shimizukawa 2016-12-14 00:55:31 +09:00
Takeshi KOMIYA 3f9d48edc0 Update release-checklist 2016-12-14 00:54:25 +09:00
Takeshi KOMIYA 07d30ec01d Update release-checklist 2016-12-14 00:30:34 +09:00
Takeshi KOMIYA 6bb9030580 Bump version 2016-12-14 00:08:56 +09:00
Takeshi KOMIYA 794f6bdca4 Bump to 1.5.1 final 2016-12-14 00:01:49 +09:00
Takeshi KOMIYA 3a60eb984b Remove .mypy_cache on make clean 2016-12-13 23:59:01 +09:00
Takeshi KOMIYA 7dabcdee91 Fix flake8 violation 2016-12-13 12:15:30 +09:00
Takeshi KOMIYA b98e2e39bb Refactor depart_image() 2016-12-13 11:38:39 +09:00
Takeshi KOMIYA b469f95e24 Merge pull request #3225 from tk0miya/3217_docutils_version_comparison
Fix version comparison (refs: #3217)
2016-12-12 21:38:39 +09:00
Takeshi KOMIYA d72954d498 builtin extensions return metadata to allow parallel build 2016-12-12 21:22:16 +09:00
Takeshi KOMIYA 66e8086440 Fix version comparison (refs: #3217) 2016-12-12 20:30:59 +09:00
Takeshi KOMIYA b1ee92e00c Merge pull request #3227 from jfbu/updatelatexversionstring
Update latex style file date and version string to 1.5.1
2016-12-12 11:20:37 +09:00
Takeshi KOMIYA 3c734e5b2d Fix #3228: `build_sphinx` command crashes when missing dependency 2016-12-12 11:18:25 +09:00
Takeshi KOMIYA 5e2e833599 Update CHANGES for PR#3220 2016-12-11 21:54:26 +09:00
Takeshi KOMIYA 048a35ee54 Merge pull request #3218 from tk0miya/3205_requests_crashes_with_old_pyopenssl
#3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)
2016-12-11 21:50:26 +09:00
Takeshi KOMIYA 52811d6e09 Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14) 2016-12-11 21:38:34 +09:00
Takeshi KOMIYA 6d900c34f1 Fix #3214: Allow to suppress "unknown mimetype" warnings from epub builder 2016-12-11 00:42:57 +09:00
Takeshi KOMIYA bd06ec2d9e Merge pull request #3217 from tk0miya/3212_docutils_0.13
Fix #3212: HTML Builders crashes with docutils-0.13
2016-12-10 22:52:56 +09:00
Takeshi KOMIYA 3adc236114 Fix #3212: HTML Builders crashes with docutils-0.13 2016-12-10 20:31:09 +09:00
Takeshi KOMIYA e6ca4ee919 Fix #3204: Fix typo 2016-12-10 16:41:18 +09:00
Takeshi KOMIYA 7e066e6513 Fix broken tests 2016-12-04 23:34:57 +09:00
Takeshi KOMIYA 0e95cab530 Update CHANGES 2016-12-04 21:10:01 +09:00
Takeshi KOMIYA f43a02ca27 Merge branch 'stable' into 1.5-release 2016-12-03 21:05:18 +09:00
Takeshi KOMIYA 7fccbea1ae Fix typo (ref: #3181) 2016-12-03 21:05:07 +09:00
Takeshi KOMIYA 794e0801f8 Update CHANGES for PR#3190 2016-12-03 20:57:11 +09:00
Takeshi KOMIYA 3c1793f770 Merge pull request #3191 from jkawamoto/multiline-docinfo
Fix #3190: Update util.split_docinfo so that it parses multi-line field bodies.
2016-12-03 20:55:50 +09:00
Takeshi KOMIYA 61a6ca5b37 Merge branch 'stable' into 1.5-release 2016-12-03 16:25:58 +09:00
Takeshi KOMIYA a9cab4f234 Merge pull request #3189 from tk0miya/suppress_highlighting_failure_message
Fix #3185: Add new warning type ``misc.highlighting_failure``
2016-12-03 15:44:48 +09:00
Takeshi KOMIYA 12660e44b5 Fix #3185: Add new warning type `misc.highlighting_failure` 2016-12-03 15:25:15 +09:00
Takeshi KOMIYA b799249c77 Fix #3128: globing images does not support .svgz file 2016-12-03 14:43:15 +09:00
Takeshi KOMIYA 69820e1203 Fix #3181: pLaTeX crashes with a section contains emdash 2016-11-25 23:35:14 +09:00
Takeshi KOMIYA 41b58c719a Merge branch 'stable' into 1.5-release 2016-11-23 23:39:30 +09:00
Takeshi KOMIYA 41b39b786a Bump version 2016-11-23 23:36:25 +09:00
Takeshi KOMIYA fa302485f3 Bump to 1.4.9 final 2016-11-23 23:26:12 +09:00
Takeshi KOMIYA e4adcdff62 Fix style-check violations 2016-11-23 23:07:38 +09:00
Takeshi KOMIYA cec5c39d84 Fix style-check violations 2016-11-23 14:35:58 +09:00
Takeshi KOMIYA 98f7818101 Fix merging 2016-11-23 13:38:20 +09:00
Takeshi KOMIYA 0ee524e392 Merge branch 'stable' into 1.5-release 2016-11-23 13:22:38 +09:00
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 7c19a2f36a Fix #3118: Update document for numfig_format and numref 2016-11-20 12:46:30 +09:00
Takeshi KOMIYA b84035416f Revert "Add `config-inited` event"
This reverts commit 9569c6dbff.
2016-11-20 12:46:30 +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 bacc955c5f Merge pull request #3156 from tk0miya/3095_tls_cacerts
Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers
2016-11-20 00:21:03 +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 987ebe4e17 Update CHANGES for PR#3124 2016-11-19 13:00:11 +09:00
Takeshi KOMIYA 9569c6dbff Add `config-inited` event 2016-11-18 20:55:51 +09:00
Takeshi KOMIYA 5a606ee96a Fix HTML helper method should set up in handle_page() 2016-11-18 13:49:54 +09:00
Takeshi KOMIYA 8a1703c944 Fix #2986: `themes/basic/defindex.html` is now deprecated 2016-11-18 12:11:01 +09:00
Takeshi KOMIYA 12507384ae Fix #3155: Fix JavaScript for html_sourcelink_suffix fails with IE and Opera 2016-11-18 11:39:23 +09:00
Takeshi KOMIYA fbc946abd7 Merge pull request #3124 from jfbu/fixmultilingual
latex multilingual and contentsname setup to after getting user setup
2016-11-17 23:38:34 +09:00
Takeshi KOMIYA 8006d31b32 Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers 2016-11-17 23:12:39 +09:00
Takeshi KOMIYA bc329dcc71 Remove return syntax if retval is unexpected 2016-11-17 20:33:42 +09:00
Takeshi KOMIYA 6c6ea35524 Use boolean value to Sphinx.info() 2016-11-17 20:33:42 +09:00
Takeshi KOMIYA c5ce00b448 Remove meaningless commas 2016-11-17 20:33:42 +09:00
Takeshi KOMIYA 3c3c8e7533 Fix flake8 violation 2016-11-16 12:02:40 +09:00
Takeshi KOMIYA 4b5eebdc87 Merge branch 'stable' into 1.5-release 2016-11-16 11:45:57 +09:00
Takeshi KOMIYA e5786b888c Merge branch 'stable' into 1.5-release 2016-11-13 11:19:26 +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 760b379614 Update sphinx.pot 2016-11-06 22:42:08 +09:00
Takeshi KOMIYA 2580fb5694 Bump version 2016-11-06 22:16:00 +09:00