Takeshi KOMIYA
06da488f6f
Merge pull request #5945 from tk0miya/5231_pofiles_build_failure_on_windows
...
Fix #5231 : "make html" does not read and build "po" files in "locale" dir
2019-01-13 22:02:41 +09:00
jfbu
7e851510eb
Fix duplicate reference (my wrong, refs: #5919 )
2019-01-13 10:52:42 +01:00
Takayuki SHIMIZUKAWA
795b518464
Add PathComparer for testing and fix 2 test failure on Windows. ( #5943 )
...
commits are squashed.
* Add PathComparer for testing and fix 2 test failure on Windows.
* fix flake8
* add type information by f2f review. Thanks to @tk0miya!
* fix mypy, flake8 again..
2019-01-13 18:40:35 +09:00
Takeshi KOMIYA
67afc3617e
Merge branch '1.8' into 5231_pofiles_build_failure_on_windows
2019-01-13 18:39:39 +09:00
jfbu
75afed1549
Merge branch '1.8'
2019-01-13 10:37:34 +01:00
Jean-François B
6e7e069283
Merge pull request #5939 from jfbu/latex_fix_tall_image_in_admonition
...
LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox
2019-01-13 10:35:26 +01:00
Takeshi KOMIYA
6817cd3984
Merge pull request #5935 from tk0miya/refactor_progress_message
...
Add progress_message() as a helper for progress messages
2019-01-13 18:35:05 +09:00
Takeshi KOMIYA
949f66144d
Fix #5231 : "make html" does not read and build "po" files in "locale" dir
2019-01-13 18:16:16 +09:00
Takeshi KOMIYA
6981f410c5
Merge pull request #5944 from tk0miya/5941_pycompat_testing_failure_on_windows
...
Fix test: NamedTemporaryFile causes errors on Windows
2019-01-13 18:05:18 +09:00
Takeshi KOMIYA
01ccbbcccf
Fix test: NamedTemporaryFile causes errors on Windows
2019-01-13 17:43:11 +09:00
Takayuki SHIMIZUKAWA
844ed7df91
Merge pull request #5942 from sphinx-doc/multiple-issue-templates
...
Update issue templates
2019-01-13 17:21:39 +09:00
shimizukawa
ee92e84d3f
Improve issue templates for bug reporting.
2019-01-13 16:59:04 +09:00
Takayuki SHIMIZUKAWA
ea134138b9
Merge pull request #5938 from sphinx-doc/update-branch-model-for-semver
...
Update deprecation policy by semantic versioning rules
2019-01-13 16:45:48 +09:00
Takayuki SHIMIZUKAWA
a909b629d8
Update issue templates with GitHu default templates.
2019-01-13 16:37:19 +09:00
Takayuki SHIMIZUKAWA
2b8bee3dda
Update issue templates
2019-01-13 16:15:03 +09:00
Takeshi KOMIYA
efd5328c34
Merge pull request #5911 from tk0miya/refactor_versioning_method
...
env.set_versioning_method() allows callable object as a method
2019-01-13 16:03:26 +09:00
shimizukawa
fbff6fc2e2
Update deprecation policy by review.
2019-01-13 16:01:10 +09:00
Takeshi KOMIYA
38483a5e79
Fix broken code (my wrong...)
2019-01-13 15:56:16 +09:00
Takeshi KOMIYA
7fea402a98
Merge branch '1.8'
2019-01-13 15:48:29 +09:00
Takeshi KOMIYA
4144f821e1
Merge pull request #5933 from tk0miya/fix_parse_eggfile_on_windows
...
Fix parse eggfile on windows
2019-01-13 15:20:49 +09:00
Takeshi KOMIYA
0c2511d2c8
Merge pull request #5886 from tk0miya/separate_jsmath
...
Separate jsmath to sphinxcontrib package
2019-01-13 14:17:09 +09:00
Takeshi KOMIYA
20bf74c637
Separate jsmath to sphinxcontrib package
2019-01-13 14:07:12 +09:00
Takeshi KOMIYA
3a6989d274
Replace text_type() by str()
2019-01-13 14:02:10 +09:00
Takeshi KOMIYA
ae60ed5b0b
Merge branch '1.8'
2019-01-13 11:44:08 +09:00
Takeshi KOMIYA
5d8d8a064e
Merge pull request #5937 from tk0miya/fix_pathsep_in_qhpfile
...
Fix QtHelp: OS dependent path separator is used in .qhp file
2019-01-13 11:13:04 +09:00
jfbu
51a5447117
LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox
...
Fixes : #5936
2019-01-12 16:31:53 +01:00
Timotheus Kampik
64e64ffbd4
#5258 allow for some variability in test
2019-01-12 15:58:07 +01:00
Takeshi KOMIYA
aa69855122
Merge branch '1.8' into fix_parse_eggfile_on_windows
2019-01-12 23:25:08 +09:00
shimizukawa
f29ea2bcff
Update deprecation policy by semantic versioning rules
2019-01-12 23:18:06 +09:00
Takeshi KOMIYA
1a853ab35b
Fix QtHelp: OS dependent path separator is used in .qhp file
2019-01-12 23:00:58 +09:00
Timotheus Kampik
c761ec248b
#5258 test after control merge & polish
2019-01-12 14:48:35 +01:00
Timotheus Kampik
6aea6f3ebc
#5258 update package-lock.json
2019-01-12 14:48:05 +01:00
Takeshi KOMIYA
f39fa12f8b
Merge pull request #5931 from tk0miya/5928_KeyError
...
Fix #5928 : KeyError: 'DOCUTILSCONFIG' when running build
2019-01-12 22:11:54 +09:00
Takeshi KOMIYA
647021be64
Add progress_message() as a helper for progress messages
2019-01-12 22:06:04 +09:00
Takeshi KOMIYA
18e8774f90
Merge pull request #5921 from tk0miya/refactor_singlehtml
...
Move SingleFileHTMLBuilder to sphinx.builders.singlehtml package
2019-01-12 21:50:12 +09:00
Takeshi KOMIYA
e8c2c87301
Fix #5928 : KeyError: 'DOCUTILSCONFIG' when running build
2019-01-12 21:36:52 +09:00
Takeshi KOMIYA
8925bf57ca
Fix pycode could not handle egg files on windows
2019-01-12 21:36:09 +09:00
Takeshi KOMIYA
c4137fa9fd
Merge pull request #5932 from tk0miya/fix_test
...
Fix an error with pytest-4.x
2019-01-12 21:35:35 +09:00
Takeshi KOMIYA
6429c9e23c
Merge branch 'master' into refactor_singlehtml
2019-01-12 21:17:16 +09:00
Takeshi KOMIYA
a06f6b71b4
Fix an error with pytest-4.x
2019-01-12 21:08:51 +09:00
Jakob Lykke Andersen
f4f7936b5c
Merge pull request #5901 from jakobandersen/cpp_alias
...
C++, alias directive
2019-01-12 13:06:09 +01:00
Jakob Lykke Andersen
d6b7aad138
C++, alias directive
...
See sphinx-doc/sphinx#4981
2019-01-12 12:57:45 +01:00
Takeshi KOMIYA
6b74541ec4
Merge pull request #5929 from tk0miya/fix_applehelp
...
Fix AppleHelpBuilder#build_helpindex() raises AppleHelpCodeSigningFailed
2019-01-12 20:26:12 +09:00
Takeshi KOMIYA
184a2c72fd
Fix AppleHelpBuilder#build_helpindex() raises AppleHelpCodeSigningFailed
2019-01-12 20:09:10 +09:00
Timotheus Kampik
15a7f767b4
Merge branch 'master' into 5258-fix-search-highlight-svg-ff
2019-01-12 11:20:33 +01:00
Jean-François B
a8feb0bec8
Merge pull request #5919 from jfbu/latex_docs
...
[DOC] Move description of latex_elements to latex.rst
2019-01-12 11:05:50 +01:00
Takeshi KOMIYA
8b6acc05c4
Merge pull request #5909 from tk0miya/refactor_epub2
...
refactor: Convert Epub3Builder.validate_config_values() to a function
2019-01-12 18:22:00 +09:00
Takeshi KOMIYA
354e765eef
refactor: Convert Epub3Builder.validate_config_values() to a function
2019-01-12 18:05:28 +09:00
Takeshi KOMIYA
51d6a096fb
Merge pull request #5910 from tk0miya/refactor_epub
...
Refactor epub builder: deprecate arguments of build_* method.
2019-01-12 17:47:08 +09:00
Takeshi KOMIYA
c18c1546d7
Merge pull request #5920 from tk0miya/refactor_applehelp
...
Refactor applehelp builder
2019-01-12 17:35:47 +09:00