Commit Graph
12539 Commits
Author SHA1 Message Date
Timotheus Kampik fea44e86b8 Merge branch 'master' into 6016-keep-search-results-position-fixed 2019-02-05 22:24:58 +01:00
Jean-François B ed86ada661 Merge pull request #5992 from jfbu/latex_safe_graphics
LaTeX: safer image inclusion
2019-02-05 18:03:07 +01:00
jfbu 87058e6783 Remove from test never executed print(result) debugging info 2019-02-05 17:51:13 +01:00
jfbu 0d72052141 Merge branch 'master' into latex_safe_graphics 2019-02-05 17:46:00 +01:00
Takeshi KOMIYA ab544a9818 Merge pull request #6024 from tk0miya/refactor_test_build_html
refactor: test_build_html.py
2019-02-06 01:21:37 +09:00
Takeshi KOMIYA ff80d2f538 Merge pull request #5983 from tk0miya/separate_applehelp
Separate applehelp to sphinxcontrib package
2019-02-06 01:14:02 +09:00
Takeshi KOMIYA 08ad2c8143 refactor: test_build_html.py 2019-02-06 00:53:44 +09:00
Takeshi KOMIYA c4397318d3 Separate applehelp to sphinxcontrib package 2019-02-06 00:44:37 +09:00
Takeshi KOMIYA 20edbe9500 Merge pull request #6015 from tk0miya/1851_omit_argument_for_code-block
Close #1851: Allow to omit an argument for code-block directive
2019-02-06 00:24:17 +09:00
Timotheus Kampik d46fd7fcf0 #6016 add placeholder for search summary
to prevent search result links from changing position when search terminates
2019-02-04 22:53:27 +01:00
jfbu 3e0c65a245 Merge branch '1.8' 2019-02-04 12:52:52 +01:00
Jean-François B b68d1d1066 Merge pull request #6005 from jfbu/latex_space_after_author
LaTeX: remove extra space after author on title page in PDF
2019-02-04 12:23:14 +01:00
Takeshi KOMIYA eef5a4a954 Merge pull request #5980 from tk0miya/doc_get_translation
doc: Update docstring of get_translation()
2019-02-04 02:00:10 +09:00
Takeshi KOMIYA 3fbb599d23 Merge pull request #5985 from tk0miya/refactor_test_build_html
refactor: test_build_html.py
2019-02-04 01:59:21 +09:00
Takeshi KOMIYA d1cd72660b Merge pull request #6012 from tk0miya/update_svgimg
Fix test: imgconverter expects size of images fixed
2019-02-04 01:53:34 +09:00
Takeshi KOMIYA 2e910d50f3 Merge pull request #6013 from tk0miya/update_manpage
doc: Remove --epub option from man page for sphinx-build
2019-02-04 01:53:21 +09:00
Takeshi KOMIYA 6ca669295c Close #1851: Allow to omit an argument for code-block directive 2019-02-04 01:50:44 +09:00
Takeshi KOMIYA 6fd191d52e Merge pull request #6014 from tk0miya/fix_indentation
doc: Fix indentation
2019-02-04 01:41:19 +09:00
Takeshi KOMIYA e0e3ba4d91 doc: Fix indentation 2019-02-04 01:31:30 +09:00
jfbu decca71ef7 LaTeX: remove extra space after author on title page in PDF
Closes: #6004

Comment: \begin{tabular}[@{}c@{}] does not work in case of multiple
authors separated by \and in latex_documents, because latex has this
definition of \and :

macro:->\end {tabular}\hskip 1em \@plus .17fil\begin {tabular}[t]{c}

which means we would need to modify it to read

macro:->\end {tabular}\hskip 1em \@plus .17fil\begin {tabular}[t]{@{}c@{}}

(or only one @{} at end) modifying space between two authors.
2019-02-03 17:07:26 +01:00
Takeshi KOMIYA e02526b056 doc: Remove --epub option from man page for sphinx-build 2019-02-04 00:29:53 +09:00
Takeshi KOMIYA 07f3f034a8 Merge pull request #6011 from tk0miya/fix_compile_latex_document
Fix test: compile_latex_document()
2019-02-04 00:05:33 +09:00
Takeshi KOMIYA 21fef75c3b Fix test: imgconverter expects size of images fixed 2019-02-03 23:59:15 +09:00
Takeshi KOMIYA 7b1755d21b Fix test: compile_latex_document() 2019-02-03 23:54:22 +09:00
Takeshi KOMIYA 622a678377 Merge pull request #6010 from tk0miya/4611_show_warnings_for_duplicated_toctree
Fix #4611: epub: Show warning for duplicated ToC entries
2019-02-03 23:36:43 +09:00
Takeshi KOMIYA b40ad9ffd4 Merge branch '1.8' 2019-02-03 23:20:26 +09:00
Takeshi KOMIYA 4367e20ab4 Bump version 2019-02-03 23:18:18 +09:00
Takeshi KOMIYA 2f61ba876c Bump to 1.8.4 final v1.8.4 2019-02-03 23:15:10 +09:00
Takeshi KOMIYA b950480218 Fix #4611: epub: Show warning for duplicated ToC entries 2019-02-03 22:53:30 +09:00
Takeshi KOMIYA 4c3ce03985 Merge pull request #6006 from tk0miya/5948_duplicated_labels
Fix #5948: LaTeX: duplicated labels are generated for sections
2019-02-03 22:48:51 +09:00
Takeshi KOMIYA b7c679626a Fix #5948: LaTeX: duplicated labels are generated for sections 2019-02-03 22:33:24 +09:00
Takeshi KOMIYA c70dfcd390 Merge branch '1.8' 2019-02-03 19:53:12 +09:00
Takeshi KOMIYA ed3d13b939 Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_style
Separate testcase for html_style to single case from root
2019-02-03 19:48:56 +09:00
Takeshi KOMIYA 705248af2f Merge branch '1.8' 2019-02-03 19:33:28 +09:00
Takeshi KOMIYA ba7b7b3698 Merge pull request #6008 from tk0miya/4611_use_simple_svg
test: Replace SVG image by simple one
2019-02-03 19:26:37 +09:00
Takeshi KOMIYA a8777f6c01 Merge pull request #6007 from tk0miya/5871_fix_texinfo_period
Allow periods in texinfo node names
2019-02-03 19:19:24 +09:00
Takeshi KOMIYA 97782c8ba1 Separate testcase for html_style to single case from root 2019-02-03 19:16:04 +09:00
Takeshi KOMIYA 36e770fe68 test: Replace SVG image by simple one
Old SVG image contains non standard tags and attributes. Therefore,
epubcheck warns it as invalid.  To avoid the warnings, this replaces it
by very simple one.
2019-02-03 19:08:28 +09:00
Takeshi KOMIYA 0bb5aa8261 Update CHANGES for PR #5872 2019-02-03 19:01:37 +09:00
Takeshi KOMIYA e483e4afc3 texinfo: remove DOTs from name if name contains other characters 2019-02-03 19:01:37 +09:00
Takeshi KOMIYA 133ed17de6 Add testcase for TexinfoTranslator.escape_id() 2019-02-03 19:01:37 +09:00
Brandon T. Willard 87a0bf9d5e Allow periods in texinfo node names
Closes #5871.
2019-02-03 18:51:57 +09:00
Takeshi KOMIYA aabbbe346c Merge branch '1.8' 2019-02-03 17:07:13 +09:00
Takeshi KOMIYA 6b3244d679 Merge pull request #5998 from tk0miya/5995_mock_conflicts_with_metaclass
Fix #5995: autodoc: autodoc_mock_imports conflict with metaclass
2019-02-03 17:01:23 +09:00
Takeshi KOMIYA b6478accb0 Fix #5995: autodoc: autodoc_mock_imports conflict with metaclass 2019-02-02 01:22:57 +09:00
Takeshi KOMIYA 98863e961a Merge branch '1.8' 2019-02-01 22:35:52 +09:00
Takeshi KOMIYA c577f85846 Merge pull request #5997 from tk0miya/fix_flake8
Fix flake8 violations
2019-02-01 22:33:50 +09:00
Takeshi KOMIYA 4ad1182002 Call flake8 on py27 2019-02-01 22:10:57 +09:00
Takeshi KOMIYA cc70c2def1 Fix flake8 violations 2019-02-01 21:46:53 +09:00
jfbu 669f9c3a13 LaTeX: safer image inclusion
Closes: #5956
2019-01-29 11:15:49 +01:00