Commit Graph

12492 Commits

Author SHA1 Message Date
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
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
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
Takeshi KOMIYA
332f98d44c Give "nonl=True" value to logging.info() instead of int 2019-01-19 21:20:14 +09:00
Takeshi KOMIYA
c5f20a9046 progress_message() supports a skip 2019-01-19 20:48:21 +09:00
Takeshi KOMIYA
6be9d2a08e Separate qthelp to sphinxcontrib package 2019-01-19 16:34:06 +09:00
Timotheus Kampik
b1c5915850 #1341 support partial search for terms/titles
A search word needs to be of length > 2 to be considered
Can be deactivated by setting ``html_search_partial_matching`` to ``False``
2019-01-19 01:09:43 +01:00
Timotheus Kampik
7e45763214 Merge remote-tracking branch 'upstream/master' 2019-01-18 22:52:32 +01:00
jfbu
ff5031c96e Merge branch '1.8'
Resolved Conflicts:
	sphinx/writers/latex.py
2019-01-17 17:26:51 +01:00
jfbu
2a9bd41789 Closes: #5960
Mumble
2019-01-17 17:11:53 +01:00
Jean-François B
0fb0b41701
Merge pull request #5955 from jfbu/latex_remove_scalebox
LaTeX: remove usage of \scalebox by incorporating scale in height/width
2019-01-17 17:01:36 +01:00
Takeshi KOMIYA
6c3e258ef9
Merge pull request #5963 from tk0miya/enable_xvfb
Travis CI: Enable xvfb on testing
2019-01-18 00:22:15 +09:00
Takeshi KOMIYA
5d5eaebf16 Merge branch '1.8' 2019-01-18 00:07:56 +09:00
Takeshi KOMIYA
3a39dce9e5 Travis CI: Enable xvfb on testing
xvfb now becomes a service on Travis CI.
https://docs.travis-ci.com/user/build-environment-updates/2019-01-14/
2019-01-18 00:03:58 +09:00
Takeshi KOMIYA
087d436309
Merge pull request #5962 from tk0miya/mypy-0.660
Fix mypy violations
2019-01-18 00:00:36 +09:00
Takeshi KOMIYA
c8c82d7cef Fix mypy violations 2019-01-17 23:45:30 +09:00
Takeshi KOMIYA
7138d03ba0
Merge pull request #5952 from tk0miya/refactor_HTMLBuilder.render_partial
refactor: HTMLBuilder.render_partial()
2019-01-17 23:27:50 +09:00