Commit Graph

12609 Commits

Author SHA1 Message Date
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
Takeshi KOMIYA
c47d8d3d0d
Merge pull request #5922 from tk0miya/refactor_latex_compat
Fix recursive import when importing sphinx.writers.latex directly
2019-01-12 15:10:00 +09:00
Takeshi KOMIYA
6e21598cea
Merge pull request #5926 from tk0miya/update_docs
Fix doc: html_baseurl was added in 1.8.0
2019-01-12 15:09:17 +09:00
Takeshi KOMIYA
b535e13235 Fix doc: html_baseurl was added in 1.8.0 2019-01-12 13:16:31 +09:00
Timotheus Kampik
4662a0ce4a
Fix ToC (#5917)
Intro should be first
2019-01-10 18:08:12 +01:00
Takeshi KOMIYA
041da498aa refactor applehelp: Use subprocess.run() instead of Popen 2019-01-11 02:02:37 +09:00
Takeshi KOMIYA
bf62a96831 refactor applehelp: Use shlex.quote() instead of pipes.quote() 2019-01-11 02:02:37 +09:00
Takeshi KOMIYA
aa4d4917f7 refactor applehelp: Move template of access.html to a file 2019-01-11 02:02:37 +09:00
Takeshi KOMIYA
b08a7c4757 Move SingleFileHTMLBuilder to sphinx.builders.singlehtml package 2019-01-11 01:59:56 +09:00
Takeshi KOMIYA
6fc7b0b90d Fix recursive import when importing sphinx.writers.latex directly 2019-01-11 01:57:05 +09:00
Takeshi KOMIYA
a5ce3e8961 refactor applehelp: Divide build_helpbook() to small methods 2019-01-11 01:32:21 +09:00
jfbu
ad8205bb0b [DOC] Move description of latex_elements to latex.rst 2019-01-10 16:48:03 +01:00
Jean-François B
214f75800f
Merge pull request #5918 from jfbu/latex_verbatimenvironment_macro
LaTeX: no need for \sphinxVerbatimEnvironment (refactoring)
2019-01-10 14:43:57 +01:00
jfbu
45898757ca LaTeX: no need for \sphinxVerbatimEnvironment
It is not needed as fancyvrb's \VerbatimEnvironment can be used in
nested way and the outer one prevails (sorry for adding the complication
initially when providing sphinxVerbatimintable environment).

That internal macro is not public API, and it is hard to deprecate it
from LaTeX as the Sphinx custom Verbatim environments redefined it
on-the-fly.

I searched and found no usage on internet of this, so there does not
seem any need to deprecate this non-public internal macro before
removal.
2019-01-10 10:52:17 +01:00
Timotheus Kampik
14b67a0464
Update Markdown doc (#5913)
* update Markdown doc

after relase of ecommonmark version 0.5.0
2019-01-09 16:44:00 +01:00
Takeshi KOMIYA
8d3be1addb
Merge pull request #5912 from tk0miya/improve_i18n
Make info messages more translatable
2019-01-09 01:06:05 +09:00
Takeshi KOMIYA
035ebff407 Make info messages more translatable 2019-01-09 00:54:42 +09:00
Takeshi KOMIYA
70647ccf2d env.set_versioning_method() allows callable object as a method
This allows to add custom versioning method from extensions.
2019-01-09 00:19:56 +09:00
Takeshi KOMIYA
e82f5ddb55 The arguments of Epub3Builder.build_navigation_doc() is deprecated. 2019-01-09 00:10:36 +09:00
Takeshi KOMIYA
b6c422ac86 The arguments of EpubBuilder.build_epub() is deprecated. 2019-01-09 00:10:36 +09:00
Takeshi KOMIYA
64533e142c The arguments of EpubBuilder.build_toc() is deprecated. 2019-01-09 00:10:36 +09:00