Commit Graph

9140 Commits

Author SHA1 Message Date
Takeshi KOMIYA
bfd39c12b2 Add :confval:smart_quotes to disable smart quotes through `conf.py` (refs: #4142) 2017-10-27 00:45:06 +09:00
Takeshi KOMIYA
e45b03dd50 Update CHANGES for PR #4181 2017-10-25 23:51:41 +09:00
Takeshi KOMIYA
f8c8a0e6c7 Merge pull request #4181 from mitya57/sort-dicts
inspect: Sort dictionary keys when possible
2017-10-25 23:48:20 +09:00
Dmitry Shachnev
eb934cb665 Add a test for the previous change 2017-10-23 23:12:10 +03:00
Dmitry Shachnev
49e486ff47 inspect: Sort dictionary keys when possible
This should help for reproducible builds and for finding items in large
dictionaries.
2017-10-23 20:28:14 +03:00
Takeshi KOMIYA
92cdbb99f2 Merge pull request #4180 from tk0miya/3919_logging_namespace
Fix #3919: become silent if logging settings are cleared
2017-10-24 01:55:52 +09:00
Takeshi KOMIYA
47c869c89a Fix flake8 and style-check violations 2017-10-23 23:01:18 +09:00
Takeshi KOMIYA
314831d332 Bump version 2017-10-23 12:22:42 +09:00
Takeshi KOMIYA
33fd46b2a5 Bump to 1.6.5 final 2017-10-23 12:19:56 +09:00
Takeshi KOMIYA
90352cf940 Fix #3919: become silent if logging settings are cleared 2017-10-23 00:59:24 +09:00
Takeshi KOMIYA
ad2610a0bc Fix mypy violation 2017-10-22 20:50:20 +09:00
Takeshi KOMIYA
cfadf17379 Fix #4132: Failed to convert reST parser error to warning 2017-10-22 20:34:07 +09:00
jfbu
6b4a0123fa Fix the fix of #4090 (sorry) 2017-10-22 13:28:46 +02:00
jfbu
5e86c1c934 Fix #4090: extra LaTeX macros via `latex_additional_files` 2017-10-22 13:24:03 +02:00
jfbu
90e3425ed7 Fix #4149: Documentation: Help choosing latex_engine 2017-10-22 11:45:28 +02:00
Takeshi KOMIYA
ed3683a56e Merge pull request #4176 from tk0miya/3739_module_is_ignored_inside_pyobject
Fix #3739: ``:module:`` option is ignored at content of pyobjects
2017-10-21 21:52:11 +09:00
Takeshi KOMIYA
ffad4f08c7 Fix #3739: `:module:` option is ignored at content of pyobjects 2017-10-21 21:37:44 +09:00
Takeshi KOMIYA
1c060b9b28 Merge pull request #4092 from mitya57/stable
Make it easier to override variables in Makefiles generated by quickstart
2017-10-21 19:31:42 +09:00
Dmitry Shachnev
943cd788fc Make it easier to override variables in Makefiles generated by quickstart
Refs #3965.
2017-10-21 12:59:14 +03:00
Takeshi KOMIYA
b8b4d9b187 Update CHANGES for #3965 2017-10-21 16:24:07 +09:00
Takeshi KOMIYA
a5f6e97ac4 Revert "Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'."
This reverts commit 0832aa73ab.
2017-10-21 16:23:50 +09:00
Takeshi KOMIYA
c3dec3507d Merge pull request #4153 from Smattr/1086bfa6-fa4c-485f-bd17-6aa1ca49f851
Fix #1020: ext.todo todolist not linking to the page in pdflatex
2017-10-21 13:48:52 +09:00
Takeshi KOMIYA
cd4964249f Merge branch 'stable' into 1086bfa6-fa4c-485f-bd17-6aa1ca49f851 2017-10-21 13:48:25 +09:00
Takeshi KOMIYA
29f6650153 Merge pull request #4171 from tk0miya/4169_chinese_search
Fix #4169: Chinese language doesn't trigger Chinese search automatically
2017-10-21 13:44:46 +09:00
Takeshi KOMIYA
05516a61c8 Fix mypy violation 2017-10-21 13:44:36 +09:00
Takeshi KOMIYA
e56b70d7c9 Merge branch 'stable' into 4169_chinese_search 2017-10-21 13:21:13 +09:00
Takeshi KOMIYA
4448902977 Fix #4169: Chinese language doesn't trigger Chinese search automatically 2017-10-21 01:42:53 +09:00
jfbu
5dbfc43dda Make clearer that Sphinx applies Smart quotes by default
modified:   doc/config.rst
2017-10-19 10:00:08 +02:00
jfbu
6a897af1d9 Clarify docs about `html_use_smartypants` deprecation 2017-10-19 09:56:14 +02:00
jfbu
77c5aaaa97 Fix #4134: [doc] docutils.conf is not documented explicitly 2017-10-19 09:23:41 +02:00
Matthew Fernandez
6553b2ed32 add a test that confirms #1020 2017-10-18 18:39:56 -07:00
Matthew Fernandez
ed4949e000 Closes #1020: ext.todo todolist not linking to the page in pdflatex 2017-10-18 18:39:56 -07:00
Matthew Fernandez
08f6f7ba4d fix comment typo 2017-10-18 18:39:27 -07:00
Takeshi KOMIYA
77e673d08c Fix typo in CHANGES 2017-10-18 21:33:29 +09:00
Takeshi KOMIYA
b2871605cc Merge pull request #4144 from sphinx-doc/fix/referenced_todo
fix #4063: Sphinx crushes when there are referenced todolist
2017-10-18 21:32:44 +09:00
Takeshi KOMIYA
5cc94fb9de Merge branch 'stable' into fix/referenced_todo 2017-10-18 21:32:32 +09:00
Takeshi KOMIYA
6e38c574f2 Update CHANGES for PR #4152 2017-10-16 10:38:17 +09:00
Takeshi KOMIYA
d530282f0d Merge pull request #4152 from regebro/lregebro-4145
Initialize _fieldlist_row_index just like _table_row_index (based on stable)
2017-10-16 10:34:36 +09:00
Lennart Regebro
2b1c1e657a Initialize _fieldlist_row_index just like _table_row_index
visit_field can be called before visit_field_list if the field list is at the beginning of the document.
By initializing _fieldlist_row_index in __init__ this is supported.

Closes #4145
2017-10-15 06:08:43 -04:00
Yoshiki Shibukawa
8769f388b1 supress empty span tag 2017-10-13 23:15:20 +09:00
Takeshi KOMIYA
c9bb1b2743 Update CHANGES for PR #4147 2017-10-13 23:00:55 +09:00
Campbell Barton
6f2b8a1f55 Minor update 2017-10-13 23:00:22 +09:00
Campbell Barton
ae3e39a546 Include the exception when logging
Without this there is no way to troubleshoot why (read/write)_po fails.
2017-10-13 23:00:22 +09:00
Yoshiki Shibukawa
cd1c7e01dc fix #4063: Sphinx crushes when there are referenced todolist 2017-10-12 23:19:09 +09:00
Takeshi KOMIYA
4faa727368 Update CHANGES for PR #4125 2017-10-10 20:00:54 +09:00
Takeshi KOMIYA
e8dc07e44b Merge pull request #4125 from cocoatomo/translation-inconsistency-warning
Display reference texts of original and translated passages
2017-10-10 19:58:06 +09:00
cocoatomo
35d10033c2 Add (optional) u prefixes for Python 2.7 2017-10-08 01:55:53 +09:00
cocoatomo
73fd3f90bf Wrap the line too long 2017-10-08 01:29:07 +09:00
cocoatomo
ff88c8b730 Display reference texts of original and translated messages 2017-10-08 00:06:00 +09:00
Takeshi KOMIYA
46bf9ab4a0 Fix #3692: Unable to build HTML if writing .buildinfo failed 2017-10-07 23:37:45 +09:00