Commit Graph

12529 Commits

Author SHA1 Message Date
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
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 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
Timotheus Kampik
97d99f8302
Merge pull request #5979 from TimKam/4649-fix-search-for-filenames
The search function considers every page a "miss"/no match if the search contains a term with length <= 2;
This is problem when users search for filenames, identifiers, et cetera.
This PR changes the behavior to be more lenient in such cases: if an additional search term is of length <= 2, it is ignored (no longer a necessary condition for a match).
2019-01-27 20:32:56 +01:00
Timotheus Kampik
25fd9d82a6 #4649 add change summary 2019-01-27 20:12:35 +01:00
Timotheus Kampik
ed12ae37e7 Merge branch 'master' into 4649-fix-search-for-filenames 2019-01-27 20:11:00 +01:00
Timotheus Kampik
0fb7f72448 #4649 polish code 2019-01-27 18:49:15 +01:00
Timotheus Kampik
1ea41ed6ca
Merge pull request #3944 from fdev31/master
add support for partial matches in js search
2019-01-27 18:32:30 +01:00
Takeshi KOMIYA
353e992b37 refactor: test_build_html.py 2019-01-26 17:06:47 +09:00
Takeshi KOMIYA
36d628929e Merge branch '1.8' 2019-01-26 13:40:19 +09:00
Takeshi KOMIYA
e6d93e0512
Merge pull request #5971 from tk0miya/refactor_test_intl
refactor: compile .mo file only if needed on testing
2019-01-25 09:58:00 +09:00
Takeshi KOMIYA
3ad8a5aacd
Merge pull request #5978 from tk0miya/5958_namedtuple
Fix #5958: versionadded directive causes crash with Python 3.5.0
2019-01-25 01:53:35 +09:00
Takeshi KOMIYA
ee9adea1c3 Fix #5958: versionadded directive causes crash with Python 3.5.0 2019-01-25 01:30:30 +09:00