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
ed90306ee5
Show tempdir header on testing (refs: #5902 )
2019-02-01 22:36:10 +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
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
Takeshi KOMIYA
4b9e80bdb1
Merge pull request #5970 from tk0miya/separate_devhelp
...
Separate devhelp to sphinxcontrib package
2019-01-25 01:28:13 +09:00
Takeshi KOMIYA
edcbddd9a2
doc: Update docstring of get_translation()
2019-01-25 00:52:29 +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
Jakob Lykke Andersen
c2548de272
Merge pull request #5973 from jakobandersen/cpp_minor_fixes
...
C++, struct directive and minor fixes
2019-01-20 15:09:49 +01:00
Frank Erens
9e6fe21c6a
Add 'cpp:struct' directive and 'cpp:struct' role.
...
They are cosmetic variants of the class directive/role.
2019-01-20 12:29:20 +01:00
Jakob Lykke Andersen
4e6dacd81b
C++, add some missing .. versionadded directives.
2019-01-20 12:28:57 +01:00
Jakob Lykke Andersen
cd22352adb
C++, simplify directives for declarations
2019-01-20 10:28:39 +01:00
Jakob Lykke Andersen
ffdc4db2c1
C++, minor fixes
2019-01-20 10:28:39 +01:00
Takeshi KOMIYA
10d69aa834
Merge pull request #5972 from tk0miya/progress_message_applehelp
...
applehelp: refactor with progress_message()
2019-01-20 16:41:10 +09:00
Takeshi KOMIYA
bf043abb28
applehelp: refactor with progress_message()
2019-01-20 13:56:39 +09:00
Takeshi KOMIYA
bc805fb8bc
Merge pull request #5969 from tk0miya/progress_message2
...
refactoring progress messages
2019-01-20 13:38:20 +09:00
Takeshi KOMIYA
1182e7f6d2
refactor: compile .mo file only if needed on testing
2019-01-20 11:51:23 +09:00
Takeshi KOMIYA
2bd69350a7
Separate devhelp to sphinxcontrib package
2019-01-20 03:03:50 +09:00
Takeshi KOMIYA
6968889206
Merge pull request #5968 from tk0miya/separate_qthelp
...
Separate qthelp to sphinxcontrib package
2019-01-20 00:28:08 +09:00