Commit Graph

11235 Commits

Author SHA1 Message Date
Takeshi KOMIYA
922e218214 Fix #5158: autosummary: module summary has been broken when it starts with heading 2018-07-16 18:45:28 +09:00
Takeshi KOMIYA
ab88175c8c
Merge pull request #5118 from tk0miya/4976_location_for_logger.info
Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameter
2018-07-16 18:25:16 +09:00
Takeshi KOMIYA
d3cc565749
Merge branch 'master' into 4976_location_for_logger.info 2018-07-16 17:18:24 +09:00
Jean-François B
6c12dba968
Merge pull request #5134 from jfbu/latex_xindy
Add new config value ``latex_use_xindy``
2018-07-16 10:17:06 +02:00
Takeshi KOMIYA
02bccb67e1 Fix #5164: incremental build has broken with external source_parser 2018-07-16 17:17:00 +09:00
Takeshi KOMIYA
8806bd2e9e
Merge pull request #5159 from abdinoor/master
Fix links to sphinx-build man page
2018-07-16 17:15:36 +09:00
Takeshi KOMIYA
052f24face
Merge pull request #5173 from tk0miya/3329_i18n_autosymbol_footnotes
Fix #3329: i18n: crashed by auto-symbol footnote references
2018-07-16 17:04:27 +09:00
Jean-François B
82a7a2235f
Merge branch 'master' into latex_xindy 2018-07-16 09:26:23 +02:00
Takeshi KOMIYA
6753b24877
Merge branch '1.7' into 3329_i18n_autosymbol_footnotes 2018-07-16 16:25:55 +09:00
Jean-François B
276d1c26c4
Merge pull request #5135 from jfbu/5133_latex_index_itln
Fix: #5133 via ``\sphinxsymbolsname``, ``\sphinxnumbersname``
2018-07-16 09:21:21 +02:00
Jean-François B
d35cb7e202
Merge pull request #5177 from jfbu/5176_latex_index_special_chars
Fix #5176
2018-07-16 09:13:52 +02:00
Jean-François B
3156981d09
Merge pull request #5178 from jfbu/4272_xelatex_use_babel_for_french
LaTeX: for French and xelatex, use babel not polyglossia (fix: #4272, #5130)
2018-07-16 09:05:25 +02:00
Jean-François B
379dfeff31
Merge branch '1.7' into 5176_latex_index_special_chars 2018-07-16 09:02:42 +02:00
Takeshi KOMIYA
82f9c69b3c Fix #5163: html: hlist items are now aligned to top 2018-07-16 15:27:59 +09:00
Takeshi KOMIYA
3830479faa Update CHANGES for PR #5167 2018-07-16 15:18:14 +09:00
Takeshi KOMIYA
9734bf5a77
Merge pull request #5167 from mitya57/long-tuples
Fix formatting type annotations for tuples with more than two arguments
2018-07-16 15:17:17 +09:00
Takeshi KOMIYA
99e6964152 Handle errors on scanning documents (refs: #5114) 2018-07-16 14:56:46 +09:00
Takeshi KOMIYA
c777b920c3
Merge pull request #5175 from tk0miya/5161_html_crashes_on_copying
Fix html: crashes if copying static files are failed (refs: #5161)
2018-07-16 14:51:38 +09:00
Takeshi KOMIYA
78402e165f Fix html: crashes if copying static files are failed (refs: #5161) 2018-07-16 14:17:24 +09:00
jfbu
fb45af7cde Rename macros for conformity with choices done at PR #5134 2018-07-16 01:57:40 +02:00
Jean-François B
b5f36e7c34
Merge branch '1.7' into 4272_xelatex_use_babel_for_french 2018-07-16 01:38:56 +02:00
jfbu
768abe9b85 Update CHANGES for #5176 fix 2018-07-16 01:22:35 +02:00
jfbu
6f237096d4 LaTeX: fix indexing of terms containing " character 2018-07-16 01:19:06 +02:00
jfbu
ef3447b0f9 LaTeX: fix indexing of terms containing ! character 2018-07-16 01:19:06 +02:00
jfbu
bfad757e45 LaTeX: fix indexing of terms containing @ character 2018-07-16 01:19:06 +02:00
jfbu
3c3dca8203 Fix failed test (changed \sphinxleftcurlybrace) 2018-07-16 01:06:27 +02:00
Takeshi KOMIYA
52bb8e7428
Merge branch '1.7' into 3329_i18n_autosymbol_footnotes 2018-07-15 23:43:09 +09:00
jfbu
9b2aac68ea LaTeX: extend to all projects the #3742 fix for PDF builds at RTD
Refs: https://github.com/rtfd/readthedocs.org/issues/2857
2018-07-15 15:24:25 +02:00
Takeshi KOMIYA
a86e5098ed
Merge pull request #5172 from tk0miya/4946_None_for_rtype_field
Fix py domain: rtype field could not handle "None" as a type (refs: #4946)
2018-07-15 22:22:31 +09:00
Takeshi KOMIYA
24c22787a9
Merge branch '1.7' into 4946_None_for_rtype_field 2018-07-15 21:37:06 +09:00
Takeshi KOMIYA
4598459aa3
Merge pull request #5171 from tk0miya/5139_enum
Fix #5139: autodoc: Enum argument missing if it shares value with another
2018-07-15 21:35:59 +09:00
Takeshi KOMIYA
aad56c0361 Fix #3329: i18n: crashed by auto-symbol footnote references 2018-07-15 20:48:39 +09:00
Takeshi KOMIYA
50188b570a Fix py domain: rtype field could not handle "None" as a type (refs: #4946) 2018-07-15 18:54:54 +09:00
Takeshi KOMIYA
b1acc54cf9 Fix #5139: autodoc: Enum argument missing if it shares value with another 2018-07-15 18:53:53 +09:00
Takeshi KOMIYA
62dbe44858 Fix #5143: autodoc: crashed on inspecting dict like object 2018-07-15 18:12:03 +09:00
Takeshi KOMIYA
9bc2a93d36
Merge pull request #5170 from tk0miya/5143_autodoc_crashed_on_inspecting
Fix #5143: autodoc: crashed on inspecting dict like object
2018-07-15 18:10:21 +09:00
Takeshi KOMIYA
2d7fe69362 Fix #5143: autodoc: crashed on inspecting dict like object 2018-07-15 15:44:31 +09:00
Takeshi KOMIYA
1bece0fbf6
Merge pull request #5169 from tk0miya/master
Merge 1.7 branch into master
2018-07-15 15:28:00 +09:00
Takeshi KOMIYA
2e4db4854f Fix flake8 violation 2018-07-15 15:15:57 +09:00
Takeshi KOMIYA
a54abd760c Fix mypy violations 2018-07-15 14:55:22 +09:00
Takeshi KOMIYA
bfe7bb819d Merge branch '1.7' 2018-07-15 14:55:15 +09:00
Takeshi KOMIYA
453fe5ec1a
Merge pull request #5168 from tk0miya/mypy-0.620
Fix mypy violations
2018-07-15 14:50:30 +09:00
Takeshi KOMIYA
e34fd5b503 Fix mypy violations 2018-07-15 14:07:00 +09:00
jfbu
7b44adb048 Use xindy for Sphinx's own PDF documentation
Makeindex gathered under heading "Symbols" all command line options,
this seems less satisfactory than index produced by xindy.
2018-07-14 19:15:33 +02:00
jfbu
60b160431a LaTeX: add hyperref support to general index as handled by xindy
- achieve hyperlinked page numbers in general index, despite xindy's
  incompatibility with hyperref,

- obtain compatibility of pdflatex with xindy for documents with
  Cyrillic scripts,

- use xindy by default with xelatex/lualatex because any non-ascii
  character as first letter of an indexed term breaks PDF build if using
  makeindex with lualatex, and produces incoherent index with xelatex.

This commit also switches off xindy logs (which were activated in parent
commits) as they are voluminous and not of immediate use to Sphinx user.
2018-07-14 19:13:59 +02:00
Takeshi KOMIYA
6ee03240b4
Merge pull request #5151 from tk0miya/5146_wrong_location_for_autosummary_warning
Fix autosummary: warnings of autosummary indicates wrong location (refs: #5146)
2018-07-14 22:31:50 +09:00
Dmitry Shachnev
432f8c5b1c inspect: Handle Tuple type as a special case 2018-07-13 21:37:47 +03:00
Dmitry Shachnev
1e11634d51 Add a failing test for formatting Tuple[int, str, int] 2018-07-13 21:21:49 +03:00
Takeshi KOMIYA
e222b38d85
Merge branch '1.7' into 5146_wrong_location_for_autosummary_warning 2018-07-13 01:57:57 +09:00
Takeshi KOMIYA
9fcbfa859e
Merge pull request #5152 from tk0miya/5146_autosummary_and_literal_notation
Fix #5146: autosummary: warning is emitted when the first line of docstring ends with literal notation
2018-07-13 01:56:52 +09:00