Takeshi KOMIYA
08ad2c8143
refactor: test_build_html.py
2019-02-06 00:53: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
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
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
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
Takeshi KOMIYA
4b9e80bdb1
Merge pull request #5970 from tk0miya/separate_devhelp
...
Separate devhelp to sphinxcontrib package
2019-01-25 01:28:13 +09:00
Timotheus Kampik
ebac7f7149
#4649 fix: search always returns nothing when one term is shorter than 3
2019-01-22 18:08:49 +01:00
Takeshi KOMIYA
294867c475
Merge pull request #5976 from tk0miya/5959_classifier_delimiter
...
Fix #5959 : classifier delimiter is not shown
2019-01-23 01:37:08 +09:00
jfbu
f2536b145e
Merge branch '1.8'
2019-01-22 09:45:11 +01:00
Jean-François B
a11a74287f
Merge pull request #5964 from jfbu/latex_parskip
...
Closes : #5960
2019-01-22 09:35:44 +01:00
Timotheus Kampik
fa96fe4398
#1341 do not add full matches again as partial ones
2019-01-21 22:30:02 +01:00
Timotheus Kampik
e48b7a52b9
Merge remote-tracking branch 'upstream/master'
2019-01-21 20:43:41 +01:00
Timotheus Kampik
2353253aa0
#1341 remove config option
...
do not make partial search configurable
2019-01-21 20:42:05 +01:00
Takeshi KOMIYA
7477d66aec
Fix #5959 : classifier delimiter is not shown
2019-01-22 01:27:42 +09:00
Takeshi KOMIYA
52a9a1a818
Merge pull request #5975 from sphinx-doc/5966_mathjax_not_loaded
...
Fix #5966 : mathjax has not been loaded on incremental build
2019-01-22 00:36:50 +09:00
Takeshi KOMIYA
de2d07d70b
Fix #5966 : mathjax has not been loaded on incremental build
2019-01-21 22:59:33 +09:00